Skip to content

Commit 920eb60

Browse files
committed
new version 9.0.5
1 parent 960fdbc commit 920eb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/libs/sgeobj/ocs_Version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#define OCS_VERSION_MAJOR 9
4040
#define OCS_VERSION_MINOR 0
4141
#define OCS_VERSION_PATCH 5
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)