We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d4edf commit 684a718Copy full SHA for 684a718
include/raptor/version.hpp
@@ -21,7 +21,7 @@
21
//!\brief The patch version as MACRO.
22
#define RAPTOR_VERSION_PATCH 0
23
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
24
-#define RAPTOR_RELEASE_CANDIDATE 1
+#define RAPTOR_RELEASE_CANDIDATE 0
25
26
//!\brief The full version as MACRO (number).
27
#define RAPTOR_VERSION (RAPTOR_VERSION_MAJOR * 10000 + RAPTOR_VERSION_MINOR * 100 + RAPTOR_VERSION_PATCH)
0 commit comments