Skip to content

Commit

Permalink
[INTERNAL] bump patch level after release
Browse files Browse the repository at this point in the history
  • Loading branch information
h-2 committed Jan 9, 2017
2 parents e76bd76 + ba47411 commit 7775181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# change this after every release
set (SEQAN_APP_VERSION_MAJOR "1")
set (SEQAN_APP_VERSION_MINOR "9")
set (SEQAN_APP_VERSION_PATCH "1")
set (SEQAN_APP_VERSION_PATCH "2")

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

0 comments on commit 7775181

Please sign in to comment.