We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b316d commit 156d72eCopy full SHA for 156d72e
CMakeLists.txt
@@ -47,7 +47,7 @@ set(META_AUTHOR_ORGANIZATION "CG Internals GmbH")
47
set(META_AUTHOR_DOMAIN "https://github.com/cginternals/cppfs/")
48
set(META_AUTHOR_MAINTAINER "opensource@cginternals.com")
49
set(META_VERSION_MAJOR "1")
50
-set(META_VERSION_MINOR "2")
+set(META_VERSION_MINOR "3")
51
set(META_VERSION_PATCH "0")
52
set(META_VERSION_REVISION "${GIT_REV}")
53
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
0 commit comments