aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2014-03-31 23:55:36 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2014-03-31 23:55:36 +0200
commit37b09bc55979155fbdb6d283bd0b038e7919eed4 (patch)
tree2b47ec486b9a50ff6e9ff8d68613f4633a086c6f
parentf26fc5048c0e52c229df13c37ee57948e1724a70 (diff)
update version to 0.1.2git
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c105a48..edf87ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,8 +36,8 @@ set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} CACHE STRING "")
# Set the version information here
set(VERSION_INFO_MAJOR_VERSION 0)
set(VERSION_INFO_API_COMPAT 1)
-set(VERSION_INFO_MINOR_VERSION 1)
-set(VERSION_INFO_MAINT_VERSION 0)
+set(VERSION_INFO_MINOR_VERSION 2)
+set(VERSION_INFO_MAINT_VERSION git)
include(GrVersion) #setup version info
########################################################################