aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2019-12-01 03:30:47 +0100
committerSylvain Munaut <tnt@246tNt.com>2019-12-01 03:33:06 +0100
commita95bbd74181de7df55cb14d728ee313314f6c092 (patch)
tree9638857794fa53a346e9dc75543803c5e0fc90a4
parent4d83c6067f059b0c5015c3f59f8117bbd361e877 (diff)
update version to 0.1.5v0.1.5gr3.7
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index af21291..5b63c41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ set(ENABLE_NONFREE FALSE CACHE BOOL "Enable or disable nonfree components.")
set(VERSION_INFO_MAJOR_VERSION 0)
set(VERSION_INFO_API_COMPAT 1)
set(VERSION_INFO_MINOR_VERSION 5)
-set(VERSION_INFO_MAINT_VERSION git)
+set(VERSION_INFO_MAINT_VERSION 0)
include(GrVersion) #setup version info
########################################################################