Skip to content

Commit

Permalink
v4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeex committed Sep 7, 2018
1 parent 6092719 commit da1208e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ option(SAMPGDK_BUILD_AMALGAMATION "Build amalgamation" OFF)
option(SAMPGDK_BUILD_DOCS "Build Doxygen documentation" ON)

set(SAMPGDK_VERSION_MAJOR 4)
set(SAMPGDK_VERSION_MINOR 5)
set(SAMPGDK_VERSION_PATCH 3)
set(SAMPGDK_VERSION_MINOR 6)
set(SAMPGDK_VERSION_PATCH 0)

set(SAMPGDK_VERSION ${SAMPGDK_VERSION_MAJOR})
set(SAMPGDK_VERSION ${SAMPGDK_VERSION}.${SAMPGDK_VERSION_MINOR})
Expand Down

0 comments on commit da1208e

Please sign in to comment.