Skip to content

Commit 684a718

Browse files
committed
[INFRA] set version to release
1 parent 22d4edf commit 684a718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/raptor/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//!\brief The patch version as MACRO.
2222
#define RAPTOR_VERSION_PATCH 0
2323
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
24-
#define RAPTOR_RELEASE_CANDIDATE 1
24+
#define RAPTOR_RELEASE_CANDIDATE 0
2525

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

0 commit comments

Comments
 (0)