diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-11-09 11:53:42 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-11-09 11:53:53 -0800 |
commit | 3c10174a19ced40ef91f637a65c27109ab80599a (patch) | |
tree | 0de111c6553bddacd7a2de884cd37e92ce95f711 | |
parent | 03abf937e34513fa9ca062025bd0e05e8260aa0b (diff) |
cmake: update revision to 3.7.2
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 356ef0d4eb..677ea51cec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules) set(VERSION_INFO_MAJOR_VERSION 3) set(VERSION_INFO_API_COMPAT 7) set(VERSION_INFO_MINOR_VERSION 2) -set(VERSION_INFO_MAINT_VERSION git) +set(VERSION_INFO_MAINT_VERSION 0) include(GrVersion) #setup version info # Append -O2 optimization flag for Debug builds |