aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-03-05 12:39:06 +0100
committerPiotr Krysik <ptrkrysik@gmail.com>2018-03-05 12:39:06 +0100
commit8ef9dad5a74ed568a30b7d0cf384a59b97857ead (patch)
treecf742da1b789781199304cfa96295af0e73ce682 /CMakeLists.txt
parent6a66fa83b18eef53bc1e00d442fa4aaca6d6728c (diff)
Creating a new development version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71532e4..6689d9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,8 +61,8 @@ endif()
# Set the version information here
set(VERSION_INFO_MAJOR_VERSION 0)
set(VERSION_INFO_API_COMPAT 41)
-set(VERSION_INFO_MINOR_VERSION 3)
-set(VERSION_INFO_MAINT_VERSION 0)
+set(VERSION_INFO_MINOR_VERSION 4)
+set(VERSION_INFO_MAINT_VERSION git)
include(GrVersion) #setup version info
########################################################################