update version to 0.1.3git

This commit is contained in:
Dimitri Stolnikov 2014-08-26 21:55:51 +02:00
parent 808292c688
commit a3ee4db0e7
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 2)
set(VERSION_INFO_MAINT_VERSION 0)
set(VERSION_INFO_MINOR_VERSION 3)
set(VERSION_INFO_MAINT_VERSION git)
include(GrVersion) #setup version info
########################################################################