Skip to content

Commit

Permalink
new version 9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabler-hpc committed Jan 15, 2025
1 parent 03cf717 commit dfffd1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/dist/inst_sge
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# set -x

SCRIPT_VERSION="9"
SGE_VERSION="9.0.2alpha"
SGE_VERSION="9.0.2"

#Reset PATH to a safe value
#
Expand Down
2 changes: 1 addition & 1 deletion source/libs/sgeobj/ocs_Version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// TODO: Add also an entry to the table further down below when you change this
// And change SGE_VERSION in dist/inst_sge
// And change the VERSION in the main CMakeLists.txt
const std::string ocs::Version::OCS_VERSION_STRING = "9.0.2alpha";
const std::string ocs::Version::OCS_VERSION_STRING = "9.0.2";
const uint32_t ocs::Version::OCS_VERSION = 0x10009000;

const std::vector<std::tuple<uint32_t, std::string>> ocs::Version::OCS_ALL_VERSIONS_VECTOR = {
Expand Down

0 comments on commit dfffd1b

Please sign in to comment.