Skip to content

Commit

Permalink
cmake: increased revision to 3.7.5.1 for maintenance release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcorgan committed Oct 20, 2014
1 parent c131cda commit 79a4fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 5)
set(VERSION_INFO_MAINT_VERSION 0)
set(VERSION_INFO_MAINT_VERSION 1)
include(GrVersion) #setup version info

# Append -O2 optimization flag for Debug builds
Expand Down

0 comments on commit 79a4fd6

Please sign in to comment.