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 ab6b758 commit 170013bCopy full SHA for 170013b
source/libs/sgeobj/ocs_Version.cc
@@ -35,11 +35,11 @@
35
#endif
36
37
// @todo CHANGE THE VERSION NUMBERS HERE. ADD A NEW VERSION TO THE LIST BELOW IF PACKING OR CULL CHANGES.
38
-// CMakeList.txt and dist/inst_sge will be updated automatically during the next cmake run
+// CMakeList.txt and dist/inst_sge have to be be updated too.
39
#define OCS_VERSION_MAJOR 9
40
#define OCS_VERSION_MINOR 0
41
#define OCS_VERSION_PATCH 4
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