Skip to content

Commit

Permalink
Set cmake version number
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaxwilson committed Apr 27, 2017
1 parent 6c8ea72 commit 00e719f
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 @@ -23,8 +23,8 @@ LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/quakelib/cmake/)

# Set the version number
SET(VQ_VERSION_MAJOR 3)
SET(VQ_VERSION_MINOR 0)
SET(VQ_VERSION_SUBMINOR 1)
SET(VQ_VERSION_MINOR 1)
SET(VQ_VERSION_SUBMINOR 0)
SET(VQ_VERSION_STR "${VQ_VERSION_MAJOR}.${VQ_VERSION_MINOR}.${VQ_VERSION_SUBMINOR}")

# Enable CPack functionality
Expand Down

0 comments on commit 00e719f

Please sign in to comment.