Skip to content

Commit

Permalink
Set version to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandD committed Dec 7, 2022
1 parent 73ee9e2 commit 9bce991
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 @@ -43,8 +43,8 @@ include_what_you_use() # add cmake conf option IWYU=ON to activate

# The project version number.
set(VERSION_MAJOR 4 CACHE STRING "Project major version number.")
set(VERSION_MINOR 4 CACHE STRING "Project minor version number.")
set(VERSION_PATCH 4 CACHE STRING "Project patch version number.")
set(VERSION_MINOR 5 CACHE STRING "Project minor version number.")
set(VERSION_PATCH 0 CACHE STRING "Project patch version number.")
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY build)
Expand Down

0 comments on commit 9bce991

Please sign in to comment.