Skip to content

Commit

Permalink
Merge pull request #2681 from eseiler/misc/3.0.3
Browse files Browse the repository at this point in the history
[MISC] set version to stable release
  • Loading branch information
eseiler authored May 28, 2021
2 parents 85d0057 + c480dce commit c7d7f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//!\brief The patch version as MACRO.
#define SEQAN3_VERSION_PATCH 3
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
#define SEQAN3_RELEASE_CANDIDATE 2
#define SEQAN3_RELEASE_CANDIDATE 0

//!\brief The full version as MACRO (number).
#define SEQAN3_VERSION (SEQAN3_VERSION_MAJOR * 10000 \
Expand Down

0 comments on commit c7d7f1a

Please sign in to comment.