Skip to content

Commit

Permalink
update version number to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dengdifan committed Feb 13, 2023
1 parent de12a3d commit 1ba1765
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 @@ -3,8 +3,8 @@ project (RFR CXX)

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

# Print debug information about boost
set(Boost_DEBUG 1)
Expand Down

0 comments on commit 1ba1765

Please sign in to comment.