We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423bff4 commit 01fa9d5Copy full SHA for 01fa9d5
CMakeLists.txt
@@ -50,7 +50,7 @@ set(META_AUTHOR_DOMAIN "https://github.com/cginternals/cpplocate/")
50
set(META_AUTHOR_MAINTAINER "[email protected]")
51
set(META_VERSION_MAJOR "2")
52
set(META_VERSION_MINOR "2")
53
-set(META_VERSION_PATCH "0")
+set(META_VERSION_PATCH "1")
54
set(META_VERSION_REVISION "${GIT_REV}")
55
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
56
set(META_NAME_VERSION "${META_PROJECT_NAME} v${META_VERSION} (${META_VERSION_REVISION})")
0 commit comments