Skip to content

Commit

Permalink
Update version to 1.22.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoole committed Jun 15, 2020
1 parent 2df501e commit ec70256
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion compiler/main/version_num.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions doc/rst/usingchapel/QUICKSTART.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/usingchapel/chplenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/confchpl.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/confchpldoc.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

:Version: 1.22.0
:Version: 1.22.1
:Manual section: 1
:Title: \\fBchpldoc\\fP
:Subtitle: the Chapel Documentation Tool
Expand Down
2 changes: 1 addition & 1 deletion test/compflags/bradc/printstuff/version.goodstart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 1.22.0
version 1.22.1

0 comments on commit ec70256

Please sign in to comment.