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

Commit f5b1422

Browse files
committed
Set version to 4.7.1
1 parent 5337c6b commit f5b1422

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 7 CACHE STRING "Project minor version number.")
47-
set(VERSION_PATCH 0 CACHE STRING "Project patch version number.")
47+
set(VERSION_PATCH 1 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)