Skip to content

Commit

Permalink
Merge pull request #3022 from eseiler/misc/release
Browse files Browse the repository at this point in the history
[MISC] mark 3.2.0 release
  • Loading branch information
eseiler authored Jun 20, 2022
2 parents b10a205 + 7d99b58 commit 84938ed
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 0
//!\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 + SEQAN3_VERSION_MINOR * 100 + SEQAN3_VERSION_PATCH)
Expand Down

1 comment on commit 84938ed

@vercel
Copy link

@vercel vercel bot commented on 84938ed Jun 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seqan3 – ./

seqan3.vercel.app
seqan3-seqan.vercel.app
seqan3-git-master-seqan.vercel.app

Please sign in to comment.