Skip to content

Commit bd3eaca

Browse files
committed
bumped version number
1 parent 0a48aea commit bd3eaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ endif ()
6464
# library version set here (e.g. for shared libs).
6565
set (COLZA_VERSION_MAJOR 0)
6666
set (COLZA_VERSION_MINOR 1)
67-
set (COLZA_VERSION_PATCH 0)
67+
set (COLZA_VERSION_PATCH 2)
6868
set (COLZA_VERSION
6969
"${COLZA_VERSION_MAJOR}.${COLZA_VERSION_MINOR}.${COLZA_VERSION_PATCH}")
7070

0 commit comments

Comments
 (0)