Skip to content

Commit

Permalink
Merge pull request #792 from sebastic/version
Browse files Browse the repository at this point in the history
Fix version for 2.8-rc1: 2.9.0 -> 2.8.0.
  • Loading branch information
gwaldron committed Sep 6, 2016
2 parents 5b65a72 + 16a0841 commit 2946c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -32,7 +32,7 @@ SET_PROPERTY( GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "CMake Targets" )
PROJECT(OSGEARTH)

SET(OSGEARTH_MAJOR_VERSION 2)
SET(OSGEARTH_MINOR_VERSION 9)
SET(OSGEARTH_MINOR_VERSION 8)
SET(OSGEARTH_PATCH_VERSION 0)
SET(OSGEARTH_SOVERSION 0)

Expand Down

0 comments on commit 2946c85

Please sign in to comment.