update version to 0.0.3git

This commit is contained in:
Dimitri Stolnikov 2013-06-12 20:29:26 +02:00
parent 7b11f872c4
commit ffd2bbf424
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 0)
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
########################################################################