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.
1 parent 960fdbc commit 920eb60Copy full SHA for 920eb60
source/libs/sgeobj/ocs_Version.cc
@@ -39,7 +39,7 @@
39
#define OCS_VERSION_MAJOR 9
40
#define OCS_VERSION_MINOR 0
41
#define OCS_VERSION_PATCH 5
42
-#define OCS_VERSION_SUFFIX "alpha"
+#define OCS_VERSION_SUFFIX ""
43
44
static const std::string OCS_VERSION_STRING{std::to_string(OCS_VERSION_MAJOR) + "."
45
+ std::to_string(OCS_VERSION_MINOR) + "." + std::to_string(OCS_VERSION_PATCH) + OCS_VERSION_SUFFIX};
0 commit comments