Skip to content

Commit

Permalink
Tag 2.1.9 as 3.0.0
Browse files Browse the repository at this point in the history
Getting ready for the release
  • Loading branch information
D.R.racer authored and DRracer committed Jul 20, 2023
1 parent 554caa2 commit 77691e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# ProjectVersion.cmake but that makes it a bit harder to locate...

set(PROJECT_VERSION_MAJOR
2
3
CACHE STRING "Project major version" FORCE
)
set(PROJECT_VERSION_MINOR
1
0
CACHE STRING "Project minor version" FORCE
)
set(PROJECT_VERSION_REV
9
0
CACHE STRING "Project revision" FORCE
)

0 comments on commit 77691e9

Please sign in to comment.