Skip to content

Commit 170013b

Browse files
committed
EH: updated version string
1 parent ab6b758 commit 170013b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/libs/sgeobj/ocs_Version.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
#endif
3636

3737
// @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
38+
// CMakeList.txt and dist/inst_sge have to be be updated too.
3939
#define OCS_VERSION_MAJOR 9
4040
#define OCS_VERSION_MINOR 0
4141
#define OCS_VERSION_PATCH 4
42-
#define OCS_VERSION_SUFFIX "alpha"
42+
#define OCS_VERSION_SUFFIX ""
4343

4444
static const std::string OCS_VERSION_STRING{std::to_string(OCS_VERSION_MAJOR) + "."
4545
+ std::to_string(OCS_VERSION_MINOR) + "." + std::to_string(OCS_VERSION_PATCH) + OCS_VERSION_SUFFIX};

0 commit comments

Comments
 (0)