From 5fafb156eb7c8e7e4ab1ee7cd2055144404d96b5 Mon Sep 17 00:00:00 2001 From: arezaii Date: Mon, 18 Mar 2024 13:57:35 -0600 Subject: [PATCH] update chpl version to 2.1 (pre-release) Signed-off-by: arezaii --- CMakeLists.txt | 4 ++-- man/confchpl.rst | 2 +- man/confchpldoc.rst | 2 +- test/chpldoc/compflags/combinations/versionhelp-chpldoc.sh | 6 +++--- test/compflags/bradc/printstuff/version.goodstart | 2 +- test/compflags/bradc/printstuff/versionhelp.sh | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b49e43a2e71b..4422d1d01af1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,13 +36,13 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # These values will be written to /frontend/include/chpl/config/config.h set(CHPL_MAJOR_VERSION 2) -set(CHPL_MINOR_VERSION 0) +set(CHPL_MINOR_VERSION 1) set(CHPL_PATCH_VERSION 0) set(CHPL_BUILD_VERSION 0) # Flip this to 'true' when we're ready to roll out a release; then back # after branching -set(CHPL_OFFICIAL_RELEASE true) +set(CHPL_OFFICIAL_RELEASE false) ### END config.h version value setting - configured_prefix set below ### diff --git a/man/confchpl.rst b/man/confchpl.rst index 72ad5f82310c..6edd3b37f214 100644 --- a/man/confchpl.rst +++ b/man/confchpl.rst @@ -1,5 +1,5 @@ -:Version: 2.0.0 +:Version: 2.1.0 pre-release :Manual section: 1 :Title: \\fBchpl\\fP :Subtitle: Compiler for the Chapel Programming Language diff --git a/man/confchpldoc.rst b/man/confchpldoc.rst index 7790d0edb46b..7d831723127e 100644 --- a/man/confchpldoc.rst +++ b/man/confchpldoc.rst @@ -1,5 +1,5 @@ -:Version: 2.0.0 +:Version: 2.1.0 pre-release :Manual section: 1 :Title: \\fBchpldoc\\fP :Subtitle: the Chapel Documentation Tool diff --git a/test/chpldoc/compflags/combinations/versionhelp-chpldoc.sh b/test/chpldoc/compflags/combinations/versionhelp-chpldoc.sh index dde0e5436fc7..077da8ffe5cb 100755 --- a/test/chpldoc/compflags/combinations/versionhelp-chpldoc.sh +++ b/test/chpldoc/compflags/combinations/versionhelp-chpldoc.sh @@ -5,7 +5,7 @@ compiler=$3 echo -n `basename $compiler` cat $CWD/../../../compflags/bradc/printstuff/version.goodstart # During pre-release mode -# diff $CWD/../../../../compiler/main/BUILD_VERSION $CWD/zero.txt > /dev/null 2>&1 && echo "" || \ -# { echo -n " pre-release (" && cat $CWD/../../../../compiler/main/BUILD_VERSION | tr -d \"\\n && echo ")" ; } +diff $CWD/../../../../compiler/main/BUILD_VERSION $CWD/zero.txt > /dev/null 2>&1 && echo "" || \ + { echo -n " pre-release (" && cat $CWD/../../../../compiler/main/BUILD_VERSION | tr -d \"\\n && echo ")" ; } # During release mode: -echo "" +# echo "" diff --git a/test/compflags/bradc/printstuff/version.goodstart b/test/compflags/bradc/printstuff/version.goodstart index f2207e54e6b5..9edd439ee658 100644 --- a/test/compflags/bradc/printstuff/version.goodstart +++ b/test/compflags/bradc/printstuff/version.goodstart @@ -1 +1 @@ - version 2.0.0 \ No newline at end of file + version 2.1.0 \ No newline at end of file diff --git a/test/compflags/bradc/printstuff/versionhelp.sh b/test/compflags/bradc/printstuff/versionhelp.sh index 5d55c06d2caf..f4bf76583f25 100755 --- a/test/compflags/bradc/printstuff/versionhelp.sh +++ b/test/compflags/bradc/printstuff/versionhelp.sh @@ -5,10 +5,10 @@ compiler=$3 echo -n `basename $compiler` cat $CWD/version.goodstart # During pre-release mode -# diff $CWD/../../../../compiler/main/BUILD_VERSION $CWD/zero.txt > /dev/null 2>&1 && echo "" || \ -# { echo -n " pre-release (" && cat $CWD/../../../../compiler/main/BUILD_VERSION | tr -d \"\\n && echo ")" ; } +diff $CWD/../../../../compiler/main/BUILD_VERSION $CWD/zero.txt > /dev/null 2>&1 && echo "" || \ + { echo -n " pre-release (" && cat $CWD/../../../../compiler/main/BUILD_VERSION | tr -d \"\\n && echo ")" ; } # During release mode: -echo "" +# echo "" if [ "$CHPL_LLVM" != "none" ] then