Skip to content

Commit

Permalink
CMakeLists.txt - version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Jun 8, 2017
1 parent 703697b commit 1a7754b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ enable_testing()

# Version setup
set(GAMMARAY_VERSION_MAJOR "2")
set(GAMMARAY_VERSION_MINOR "7")
set(GAMMARAY_VERSION_PATCH "99")
set(GAMMARAY_VERSION_MINOR "8")
set(GAMMARAY_VERSION_PATCH "0")
set(GAMMARAY_VERSION "${GAMMARAY_VERSION_MAJOR}.${GAMMARAY_VERSION_MINOR}.${GAMMARAY_VERSION_PATCH}")
set(GAMMARAY_VERSION_STRING "${GAMMARAY_VERSION}")
set(GAMMARAY_SOVERSION "2.8.0")
Expand Down

0 comments on commit 1a7754b

Please sign in to comment.