Skip to content

Commit ec70256

Browse files
committed
Update version to 1.22.1.
1 parent 2df501e commit ec70256

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Diff for: compiler/main/version_num.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#define MAJOR_VERSION 1
2525
#define MINOR_VERSION "22"
26-
#define UPDATE_VERSION "0"
26+
#define UPDATE_VERSION "1"
2727

2828
static const char* BUILD_VERSION =
2929
#include "BUILD_VERSION"

Diff for: doc/rst/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
html_context = {"chplversion":chplversion}
7474

7575
# The full version, including alpha/beta/rc tags.
76-
release = '1.22.0'
76+
release = '1.22.1'
7777

7878
# General information about the project.
7979
project = u'Chapel Documentation'

Diff for: doc/rst/usingchapel/QUICKSTART.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ enable more features, such as distributed memory execution.
2828

2929
.. code-block:: bash
3030
31-
tar xzf chapel-1.22.0.tar.gz
31+
tar xzf chapel-1.22.1.tar.gz
3232
3333
b. Make sure that your shell is in the directory containing
3434
QUICKSTART.rst, for example:
3535

3636
.. code-block:: bash
3737
38-
cd chapel-1.22.0
38+
cd chapel-1.22.1
3939
4040
c. Set up your environment for Chapel's Quickstart mode.
4141
If you are using a shell other than bash,

Diff for: doc/rst/usingchapel/chplenv.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CHPL_HOME
3535

3636
.. code-block:: sh
3737
38-
export CHPL_HOME=~/chapel-1.22.0
38+
export CHPL_HOME=~/chapel-1.22.1
3939
4040
.. note::
4141
This, and all other examples in the Chapel documentation, assumes you're

Diff for: man/confchpl.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
:Version: 1.22.0
2+
:Version: 1.22.1
33
:Manual section: 1
44
:Title: \\fBchpl\\fP
55
:Subtitle: Compiler for the Chapel Programming Language

Diff for: man/confchpldoc.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
:Version: 1.22.0
2+
:Version: 1.22.1
33
:Manual section: 1
44
:Title: \\fBchpldoc\\fP
55
:Subtitle: the Chapel Documentation Tool

Diff for: test/compflags/bradc/printstuff/version.goodstart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version 1.22.0
1+
version 1.22.1

0 commit comments

Comments
 (0)