diff --git a/CMakeLists.txt b/CMakeLists.txt index 4422d1d01af1..38abed8bb2e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ 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 false) +set(CHPL_OFFICIAL_RELEASE true) ### END config.h version value setting - configured_prefix set below ### diff --git a/doc/rst/conf.py b/doc/rst/conf.py index 59088f42f2e4..d2f1fab0c911 100644 --- a/doc/rst/conf.py +++ b/doc/rst/conf.py @@ -87,8 +87,8 @@ def setup(app): html_context = {"chplversion":chplversion} # The full version, including alpha/beta/rc tags. -release = '2.1.0 (pre-release)' -#release = '2.1.0' +#release = '2.1.0 (pre-release)' +release = '2.1.0' # General information about the project. project = u'Chapel Documentation' diff --git a/doc/rst/language/archivedSpecs.rst b/doc/rst/language/archivedSpecs.rst index 6c58e0e9cf22..b6ce3f413d04 100644 --- a/doc/rst/language/archivedSpecs.rst +++ b/doc/rst/language/archivedSpecs.rst @@ -5,6 +5,7 @@ Documentation Archives Online Documentation Archives ----------------------------- +* `Chapel 2.0 `_ * `Chapel 1.33 `_ * `Chapel 1.32 `_ * `Chapel 1.31 `_ diff --git a/doc/rst/usingchapel/QUICKSTART.rst b/doc/rst/usingchapel/QUICKSTART.rst index 667e0a129317..80b289256821 100644 --- a/doc/rst/usingchapel/QUICKSTART.rst +++ b/doc/rst/usingchapel/QUICKSTART.rst @@ -21,7 +21,7 @@ to :ref:`using-a-more-full-featured-chapel` below. packages you should have available to build and run Chapel. -1) If you don't already have the Chapel 2.0 source release, see +1) If you don't already have the Chapel 2.1 source release, see https://chapel-lang.org/download.html. @@ -31,14 +31,14 @@ to :ref:`using-a-more-full-featured-chapel` below. .. code-block:: bash - tar xzf chapel-2.0.0.tar.gz + tar xzf chapel-2.1.0.tar.gz b. Make sure that you are in the directory that was created when unpacking the source release, for example: .. code-block:: bash - cd chapel-2.0.0 + cd chapel-2.1.0 c. Set up your environment for Chapel's Quickstart mode. If you are using a shell other than ``bash`` or ``zsh``, diff --git a/doc/rst/usingchapel/chplenv.rst b/doc/rst/usingchapel/chplenv.rst index 208af2065e00..1667fb033ede 100644 --- a/doc/rst/usingchapel/chplenv.rst +++ b/doc/rst/usingchapel/chplenv.rst @@ -37,7 +37,7 @@ CHPL_HOME .. code-block:: sh - export CHPL_HOME=~/chapel-2.0.0 + export CHPL_HOME=~/chapel-2.1.0 .. note:: This, and all other examples in the Chapel documentation, assumes you're diff --git a/man/confchpl.rst b/man/confchpl.rst index 8eaa72e19f61..3659ecc30f32 100644 --- a/man/confchpl.rst +++ b/man/confchpl.rst @@ -1,5 +1,5 @@ -:Version: 2.1 pre-release +:Version: 2.1 :Manual section: 1 :Title: \\fBchpl\\fP :Subtitle: Compiler for the Chapel Programming Language diff --git a/test/chpldoc/compflags/combinations/versionhelp-chpldoc.sh b/test/chpldoc/compflags/combinations/versionhelp-chpldoc.sh index 4a7ba79d6a5a..c863b796c699 100755 --- a/test/chpldoc/compflags/combinations/versionhelp-chpldoc.sh +++ b/test/chpldoc/compflags/combinations/versionhelp-chpldoc.sh @@ -5,10 +5,10 @@ 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 "" # print Sphinx and chapeldomain versions python=$($CWD/../../../../util/config/find-python.sh) diff --git a/test/compflags/bradc/printstuff/versionhelp.sh b/test/compflags/bradc/printstuff/versionhelp.sh index f4bf76583f25..5d55c06d2caf 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