Skip to content

Commit 52b5252

Browse files
committed
bump app version
1 parent 34618f5 commit 52b5252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# change this after every release
1414
set (SEQAN_APP_VERSION_MAJOR "1")
1515
set (SEQAN_APP_VERSION_MINOR "9")
16-
set (SEQAN_APP_VERSION_PATCH "4")
16+
set (SEQAN_APP_VERSION_PATCH "5")
1717

1818
# don't change the following
1919
set (SEQAN_APP_VERSION "${SEQAN_APP_VERSION_MAJOR}.${SEQAN_APP_VERSION_MINOR}.${SEQAN_APP_VERSION_PATCH}")

0 commit comments

Comments
 (0)