File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 3.0...3.27.0)
2424
2525project (
2626 clusterscheduler
27- VERSION 9.0.0
27+ VERSION 9.0.1
2828 DESCRIPTION "Open Cluster Scheduler Workload Manager"
2929 HOMEPAGE_URL "https://www.openclusterscheduler.org"
3030 LANGUAGES C CXX)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ SECTION=$6
1414RELEASE=$7
1515DATE=$8
1616LOCATED_IN_GCS_EXTENSIONS=$9
17- BUILD_OPEN_SOURCE_VERSION=$1 0
17+ BUILD_OPEN_SOURCE_VERSION=${10}
1818
1919if [ $LOCATED_IN_GCS_EXTENSIONS -eq 0 ]; then
2020 COMMON_DIR=" ../clusterscheduler/doc/markdown/man"
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ const char GDI_VERSION[] = "9.0.1beta";
4040
4141// TODO: Add also an entry to the table further down below when you change this
4242// And change SGE_VERSION in dist/inst_sge
43+ // And change the VERSION in the main CMakeLists.txt
4344const gdi_ulong32 GRM_GDI_VERSION = 0x10009000 ;
4445
4546vdict_t GRM_GDI_VERSION_ARRAY[] =
You can’t perform that action at this time.
0 commit comments