diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-01-08 12:38:08 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-01-08 12:38:08 -0800 |
commit | 3abf4a11534d0db96e32830f629c8e34a8098798 (patch) | |
tree | 8add348dac7fc0f4e286e2b8cf5e059605643db3 /CMakeLists.txt | |
parent | 607a6fa3f80e08298ce7b3ee74ffca1590c05164 (diff) |
cmake: updated revision to 3.6.4git post-releasev3.6.4git
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 807b363f12..8f8adbb339 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,8 +41,8 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules) # Set the version information here set(VERSION_INFO_MAJOR_VERSION 3) set(VERSION_INFO_API_COMPAT 6) -set(VERSION_INFO_MINOR_VERSION 3) -set(VERSION_INFO_MAINT_VERSION 0) +set(VERSION_INFO_MINOR_VERSION 4) +set(VERSION_INFO_MAINT_VERSION git) include(GrVersion) #setup version info # Append -O2 optimization flag for Debug builds |