Skip to content

Commit 0be177b

Browse files
committed
increased version number
1 parent e81bdb3 commit 0be177b

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 2)
67+
set (COLZA_VERSION_PATCH 3)
6868
set (COLZA_VERSION
6969
"${COLZA_VERSION_MAJOR}.${COLZA_VERSION_MINOR}.${COLZA_VERSION_PATCH}")
7070

0 commit comments

Comments
 (0)