summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-11-09 11:53:42 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2013-11-09 11:53:53 -0800
commit3c10174a19ced40ef91f637a65c27109ab80599a (patch)
tree0de111c6553bddacd7a2de884cd37e92ce95f711
parent03abf937e34513fa9ca062025bd0e05e8260aa0b (diff)
cmake: update revision to 3.7.2
-rw-r--r--CMakeLists.txt2
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