From ec702567c319517e2c35ee7eb263812746006749 Mon Sep 17 00:00:00 2001 From: Jenna Hoole Starkey Date: Mon, 15 Jun 2020 14:53:58 -0700 Subject: [PATCH] Update version to 1.22.1. --- compiler/main/version_num.h | 2 +- doc/rst/conf.py | 2 +- doc/rst/usingchapel/QUICKSTART.rst | 4 ++-- doc/rst/usingchapel/chplenv.rst | 2 +- man/confchpl.rst | 2 +- man/confchpldoc.rst | 2 +- test/compflags/bradc/printstuff/version.goodstart | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compiler/main/version_num.h b/compiler/main/version_num.h index 222486a93ff0..2a1cd015f00f 100644 --- a/compiler/main/version_num.h +++ b/compiler/main/version_num.h @@ -23,7 +23,7 @@ #define MAJOR_VERSION 1 #define MINOR_VERSION "22" -#define UPDATE_VERSION "0" +#define UPDATE_VERSION "1" static const char* BUILD_VERSION = #include "BUILD_VERSION" diff --git a/doc/rst/conf.py b/doc/rst/conf.py index 41e8e3461f4e..77199a23f177 100644 --- a/doc/rst/conf.py +++ b/doc/rst/conf.py @@ -73,7 +73,7 @@ html_context = {"chplversion":chplversion} # The full version, including alpha/beta/rc tags. -release = '1.22.0' +release = '1.22.1' # General information about the project. project = u'Chapel Documentation' diff --git a/doc/rst/usingchapel/QUICKSTART.rst b/doc/rst/usingchapel/QUICKSTART.rst index 0a221d4b8e6c..0142fe1772ed 100644 --- a/doc/rst/usingchapel/QUICKSTART.rst +++ b/doc/rst/usingchapel/QUICKSTART.rst @@ -28,14 +28,14 @@ enable more features, such as distributed memory execution. .. code-block:: bash - tar xzf chapel-1.22.0.tar.gz + tar xzf chapel-1.22.1.tar.gz b. Make sure that your shell is in the directory containing QUICKSTART.rst, for example: .. code-block:: bash - cd chapel-1.22.0 + cd chapel-1.22.1 c. Set up your environment for Chapel's Quickstart mode. If you are using a shell other than bash, diff --git a/doc/rst/usingchapel/chplenv.rst b/doc/rst/usingchapel/chplenv.rst index 8369e846d020..a822e8c50621 100644 --- a/doc/rst/usingchapel/chplenv.rst +++ b/doc/rst/usingchapel/chplenv.rst @@ -35,7 +35,7 @@ CHPL_HOME .. code-block:: sh - export CHPL_HOME=~/chapel-1.22.0 + export CHPL_HOME=~/chapel-1.22.1 .. note:: This, and all other examples in the Chapel documentation, assumes you're diff --git a/man/confchpl.rst b/man/confchpl.rst index f3897335bde1..d945fc9e7a94 100644 --- a/man/confchpl.rst +++ b/man/confchpl.rst @@ -1,5 +1,5 @@ -:Version: 1.22.0 +:Version: 1.22.1 :Manual section: 1 :Title: \\fBchpl\\fP :Subtitle: Compiler for the Chapel Programming Language diff --git a/man/confchpldoc.rst b/man/confchpldoc.rst index b87e33c2851d..a010ed091b3a 100644 --- a/man/confchpldoc.rst +++ b/man/confchpldoc.rst @@ -1,5 +1,5 @@ -:Version: 1.22.0 +:Version: 1.22.1 :Manual section: 1 :Title: \\fBchpldoc\\fP :Subtitle: the Chapel Documentation Tool diff --git a/test/compflags/bradc/printstuff/version.goodstart b/test/compflags/bradc/printstuff/version.goodstart index 5a1f2b3331ab..e6bb004bcc2e 100644 --- a/test/compflags/bradc/printstuff/version.goodstart +++ b/test/compflags/bradc/printstuff/version.goodstart @@ -1 +1 @@ - version 1.22.0 \ No newline at end of file + version 1.22.1 \ No newline at end of file