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

Commit b2d2473

Browse files
Set version to 4.4.2
1 parent 2a10cde commit b2d2473

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
@@ -44,7 +44,7 @@ include_what_you_use() # add cmake conf option IWYU=ON to activate
4444
# The project version number.
4545
set(VERSION_MAJOR 4 CACHE STRING "Project major version number.")
4646
set(VERSION_MINOR 4 CACHE STRING "Project minor version number.")
47-
set(VERSION_PATCH 1 CACHE STRING "Project patch version number.")
47+
set(VERSION_PATCH 2 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)