update version to 0.1.5

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2019-12-01 03:30:47 +01:00
parent 4d83c6067f
commit a95bbd7418
1 changed files with 1 additions and 1 deletions

View File

@ -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
########################################################################