Skip to content

Commit 21cefae

Browse files
committed
increased version number
1 parent 73ab5a0 commit 21cefae

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
@@ -63,7 +63,7 @@ endif ()
6363

6464
# library version set here (e.g. for shared libs).
6565
set (COLZA_VERSION_MAJOR 0)
66-
set (COLZA_VERSION_MINOR 2)
66+
set (COLZA_VERSION_MINOR 3)
6767
set (COLZA_VERSION_PATCH 0)
6868
set (COLZA_VERSION
6969
"${COLZA_VERSION_MAJOR}.${COLZA_VERSION_MINOR}.${COLZA_VERSION_PATCH}")

0 commit comments

Comments
 (0)