Skip to content

Commit 731ad44

Browse files
committed
BF: CS-677 Version in documentation is not changed automatically
1 parent 111099c commit 731ad44

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cmake_minimum_required(VERSION 3.0...3.27.0)
2424

2525
project(
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)

doc/scripts/pandoc_man.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SECTION=$6
1414
RELEASE=$7
1515
DATE=$8
1616
LOCATED_IN_GCS_EXTENSIONS=$9
17-
BUILD_OPEN_SOURCE_VERSION=$10
17+
BUILD_OPEN_SOURCE_VERSION=${10}
1818

1919
if [ $LOCATED_IN_GCS_EXTENSIONS -eq 0 ]; then
2020
COMMON_DIR="../clusterscheduler/doc/markdown/man"

source/libs/gdi/version.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
4344
const gdi_ulong32 GRM_GDI_VERSION = 0x10009000;
4445

4546
vdict_t GRM_GDI_VERSION_ARRAY[] =

0 commit comments

Comments
 (0)