We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a48aea commit bd3eacaCopy full SHA for bd3eaca
CMakeLists.txt
@@ -64,7 +64,7 @@ endif ()
64
# library version set here (e.g. for shared libs).
65
set (COLZA_VERSION_MAJOR 0)
66
set (COLZA_VERSION_MINOR 1)
67
-set (COLZA_VERSION_PATCH 0)
+set (COLZA_VERSION_PATCH 2)
68
set (COLZA_VERSION
69
"${COLZA_VERSION_MAJOR}.${COLZA_VERSION_MINOR}.${COLZA_VERSION_PATCH}")
70
0 commit comments