diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-03 08:02:35 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-03 08:02:35 -0800 |
commit | 26475d40e123a139cd7029c5172612d6f59d9fd3 (patch) | |
tree | 4348cae1146d46eba35957c20406b19d43a02033 | |
parent | a7b1ca933bfc84c43b29e42a50947d478a93f503 (diff) |
Updated revision to 3.7.11.1
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ac65feda5..650cfe3ac4 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 11) -set(VERSION_INFO_MAINT_VERSION 0) +set(VERSION_INFO_MAINT_VERSION 1) include(GrVersion) #setup version info # Append -O2 optimization flag for Debug builds (Not on MSVC since conflicts with RTC1 flag) |