Skip to content

Commit

Permalink
Remove '.samp' from version string
Browse files Browse the repository at this point in the history
Now that we have a different minor version that seems unnecessary.
  • Loading branch information
Zeex committed Apr 12, 2015
1 parent 9191803 commit 09b9768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/compiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../cmake)
set(VERSION_MAJOR 3)
set(VERSION_MINOR 10)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
set(VERSION_STR ${VERSION}.samp)
set(VERSION_STR ${VERSION})
math(EXPR VERSION_INT "${VERSION_MAJOR} << 8 | ${VERSION_MINOR}")

# Append git commit hash to the version string
Expand Down

0 comments on commit 09b9768

Please sign in to comment.