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

Commit 8565b59

Browse files
committed
Set version to 4.4.0
1 parent f3e0611 commit 8565b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ 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 3 CACHE STRING "Project minor version number.")
47-
set(VERSION_PATCH 10 CACHE STRING "Project patch version number.")
46+
set(VERSION_MINOR 4 CACHE STRING "Project minor version number.")
47+
set(VERSION_PATCH 0 CACHE STRING "Project patch version number.")
4848
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
4949

5050
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY build)

0 commit comments

Comments
 (0)