Skip to content

Commit

Permalink
[INFRA] set version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed May 2, 2023
1 parent 22d4edf commit 684a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/raptor/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//!\brief The patch version as MACRO.
#define RAPTOR_VERSION_PATCH 0
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
#define RAPTOR_RELEASE_CANDIDATE 1
#define RAPTOR_RELEASE_CANDIDATE 0

//!\brief The full version as MACRO (number).
#define RAPTOR_VERSION (RAPTOR_VERSION_MAJOR * 10000 + RAPTOR_VERSION_MINOR * 100 + RAPTOR_VERSION_PATCH)
Expand Down

1 comment on commit 684a718

@vercel
Copy link

@vercel vercel bot commented on 684a718 May 2, 2023

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:

raptor – ./

raptor-seqan.vercel.app
raptor-git-main-seqan.vercel.app
seqan-raptor.vercel.app

Please sign in to comment.