Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 1cc4ed4

Browse files
Set version to 4.6.0
1 parent e35f2ba commit 1cc4ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ include_what_you_use() # add cmake conf option IWYU=ON to activate
4343

4444
# The project version number.
4545
set(VERSION_MAJOR 4 CACHE STRING "Project major version number.")
46-
set(VERSION_MINOR 5 CACHE STRING "Project minor version number.")
46+
set(VERSION_MINOR 6 CACHE STRING "Project minor version number.")
4747
set(VERSION_PATCH 0 CACHE STRING "Project patch version number.")
4848
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
4949

0 commit comments

Comments
 (0)