Skip to content

Commit

Permalink
Update version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiradur committed Jan 11, 2016
1 parent 01372cd commit b33ce46
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 @@ -67,7 +67,7 @@ set(Caelum_BUILD_SAMPLES "TRUE" CACHE BOOL "build the examples")
# some versioning things
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "6")
SET(LIB_BUILD_VERSION "1")
SET(LIB_BUILD_VERSION "3")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_BUILD_VERSION}")
IF(NOT DEFINED LIB_INSTALL_DIR)
SET(LIB_INSTALL_DIR "lib${LIB_SUFFIX}")
Expand Down

0 comments on commit b33ce46

Please sign in to comment.