Skip to content

Commit 8a145c6

Browse files
authored
Merge pull request #217 from h-2/lambda2_0_1_prep
bump version prior to release
2 parents b73ac2d + c709123 commit 8a145c6

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 "2")
1515
set (SEQAN_APP_VERSION_MINOR "0")
16-
set (SEQAN_APP_VERSION_PATCH "0")
16+
set (SEQAN_APP_VERSION_PATCH "1")
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)