Skip to content

Commit

Permalink
bump version to 18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepuschmann committed Jul 6, 2018
1 parent 493706e commit 1c29f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/SRSLTEVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#

SET(SRSLTE_VERSION_MAJOR 18)
SET(SRSLTE_VERSION_MINOR 3)
SET(SRSLTE_VERSION_PATCH 1)
SET(SRSLTE_VERSION_MINOR 6)
SET(SRSLTE_VERSION_PATCH 0)
SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")

0 comments on commit 1c29f27

Please sign in to comment.