Skip to content

Commit

Permalink
adjusted version number to match PYPI's
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Falkner committed May 2, 2018
1 parent 34df9d8 commit c89e854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -3,8 +3,8 @@ project (RFR CXX)

# add a version number
set (RFR_VERSION_MAJOR 0)
set (RFR_VERSION_MINOR 7)
set (RFR_VERSION_RELEASE 4)
set (RFR_VERSION_MINOR 8)
set (RFR_VERSION_RELEASE 0)

IF(NOT CMAKE_BUILD_TYPE)
SET(CMAKE_BUILD_TYPE "DEBUG")
Expand Down

0 comments on commit c89e854

Please sign in to comment.