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 e81bdb3 commit 0be177bCopy full SHA for 0be177b
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 2)
+set (COLZA_VERSION_PATCH 3)
68
set (COLZA_VERSION
69
"${COLZA_VERSION_MAJOR}.${COLZA_VERSION_MINOR}.${COLZA_VERSION_PATCH}")
70
0 commit comments