We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0546e8 + f768728 commit 88ffb13Copy full SHA for 88ffb13
include/sharg/version.hpp
@@ -21,7 +21,7 @@
21
//!\brief The patch version as MACRO.
22
#define SHARG_VERSION_PATCH 0
23
//!\brief The release candidate number. 0 means stable release, >= 1 means release candidate.
24
-#define SHARG_RELEASE_CANDIDATE 1
+#define SHARG_RELEASE_CANDIDATE 0
25
26
//!\brief The full version as MACRO (number).
27
#define SHARG_VERSION (SHARG_VERSION_MAJOR * 10000 + SHARG_VERSION_MINOR * 100 + SHARG_VERSION_PATCH)
0 commit comments