diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-12-29 13:53:38 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-12-29 13:53:38 -0800 |
commit | a20ff07954681709cae91ad54d38508d626e9fd9 (patch) | |
tree | e3fac36eab6cdc00c139a14fe0d31cd422a193d5 | |
parent | 0f81256e300f5dcef3db08847a462d552457489f (diff) |
Updated revision for release 3.7.6
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 858a7d6a2f..235596bae5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ message(STATUS "Build type set to ${CMAKE_BUILD_TYPE}.") set(VERSION_INFO_MAJOR_VERSION 3) set(VERSION_INFO_API_COMPAT 7) set(VERSION_INFO_MINOR_VERSION 6) -set(VERSION_INFO_MAINT_VERSION git) +set(VERSION_INFO_MAINT_VERSION 0) include(GrVersion) #setup version info # Append -O2 optimization flag for Debug builds |