update version to 0.1.4git

This commit is contained in:
Dimitri Stolnikov 2014-08-28 21:33:05 +02:00
parent 7a013ca84a
commit 4bb2fa4e2f
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 the version information here
set(VERSION_INFO_MAJOR_VERSION 0) set(VERSION_INFO_MAJOR_VERSION 0)
set(VERSION_INFO_API_COMPAT 1) set(VERSION_INFO_API_COMPAT 1)
set(VERSION_INFO_MINOR_VERSION 3) set(VERSION_INFO_MINOR_VERSION 4)
set(VERSION_INFO_MAINT_VERSION 0) set(VERSION_INFO_MAINT_VERSION git)
include(GrVersion) #setup version info include(GrVersion) #setup version info
######################################################################## ########################################################################