Skip to content

Commit

Permalink
bump version number to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h-2 committed Jan 11, 2019
1 parent 40f5829 commit a17f2da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# ----------------------------------------------------------------------------

# change this after every release
set (SEQAN_APP_VERSION_MAJOR "1")
set (SEQAN_APP_VERSION_MINOR "9")
set (SEQAN_APP_VERSION_PATCH "5")
set (SEQAN_APP_VERSION_MAJOR "2")
set (SEQAN_APP_VERSION_MINOR "0")
set (SEQAN_APP_VERSION_PATCH "0")

# 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 a17f2da

Please sign in to comment.