update version to 0.1.5git

This commit is contained in:
Dimitri Stolnikov 2014-11-05 00:07:26 +01:00
parent a45968f338
commit 9fd5b367c1
1 changed files with 2 additions and 2 deletions

View File

@ -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 4)
set(VERSION_INFO_MAINT_VERSION 0)
set(VERSION_INFO_MINOR_VERSION 5)
set(VERSION_INFO_MAINT_VERSION git)
include(GrVersion) #setup version info
########################################################################