Skip to content

Commit

Permalink
Bump version to 0.12.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Nov 16, 2018
1 parent 5b0ea40 commit bb985fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ set(PROJECT_VERSION_PATCH 3)
set(PROJECT_VERSION
"${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")

set(PROJECT_VERSION_SUFFIX "-development")
set(PROJECT_VERSION_SUFFIX "")

include(GNUInstallDirs)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake_Modules")
Expand Down

0 comments on commit bb985fb

Please sign in to comment.