Skip to content

Commit a2d8f2a

Browse files
committed
new version 9.0.10
1 parent 547e240 commit a2d8f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 10
42-
#define OCS_VERSION_SUFFIX "prealpha"
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)