Skip to content

Commit f241348

Browse files
committed
increased version number
1 parent 3eb36ab commit f241348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ endif ()
6363

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

0 commit comments

Comments
 (0)