Skip to content

Commit 465f725

Browse files
committed
increased version number
1 parent 562c9a0 commit 465f725

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
@@ -8,7 +8,7 @@ enable_testing ()
88
# library version set here (e.g. for shared libs).
99
set (WARABI_VERSION_MAJOR 0)
1010
set (WARABI_VERSION_MINOR 6)
11-
set (WARABI_VERSION_PATCH 2)
11+
set (WARABI_VERSION_PATCH 3)
1212
set (WARABI_VERSION
1313
"${WARABI_VERSION_MAJOR}.${WARABI_VERSION_MINOR}.${WARABI_VERSION_PATCH}")
1414

0 commit comments

Comments
 (0)