We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027b92c commit 955efe9Copy full SHA for 955efe9
CMakeLists.txt
@@ -4,7 +4,7 @@ project(createrepo-agent C)
4
5
set(CRA_VERSION_MAJOR 0)
6
set(CRA_VERSION_MINOR 5)
7
-set(CRA_VERSION_PATCH 0)
+set(CRA_VERSION_PATCH 1)
8
set(CRA_VERSION "${CRA_VERSION_MAJOR}.${CRA_VERSION_MINOR}.${CRA_VERSION_PATCH}")
9
10
# Default to C11
0 commit comments