Skip to content

Commit

Permalink
Bump version to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piernov committed May 10, 2022
1 parent fd9dbe5 commit aa178c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment ver
# Also since CMake 3.0 version should be defined using project() too
# VERSION must be up to 4 groups of digits separated by a period.
# major.90 are alpha releases
project(OpenBoardView VERSION 8.95.2)
# major.95 are beta releases
project(OpenBoardView VERSION 9.0.0)

# Include our project variables
include("version.cmake")
Expand Down

0 comments on commit aa178c6

Please sign in to comment.