diff --git a/CMakeLists.txt b/CMakeLists.txt index e1700dd3..b8239961 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif() set(GOBY_VERSION_MAJOR "2") set(GOBY_VERSION_MINOR "1") -set(GOBY_VERSION_PATCH "4") +set(GOBY_VERSION_PATCH "6") if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git") message("Compiling in Git source tree.") @@ -46,7 +46,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git") else() message("Compiling from release tarball.") - set(GOBY_VERSION_DATE "2016.09.26") + set(GOBY_VERSION_DATE "2017.01.24") endif() set(GOBY_VERSION "${GOBY_VERSION_MAJOR}.${GOBY_VERSION_MINOR}.${GOBY_VERSION_PATCH}")