Skip to content

Commit

Permalink
Pre-release prep. for Chapel 1.14.0 : increment version numbers
Browse files Browse the repository at this point in the history
THIS IS NOT CHAPEL RELEASE 1.14.0.

This commit merely increments the embedded version numbers from
1.13.1 to 1.14.0, in preparation for later release; currently
scheduled for 6 October 2016.

NOTE: util/dockerfiles/...  is not included
      QUICKSTART.rst        is not included
  • Loading branch information
Tony Wallace committed Sep 22, 2016
1 parent be5ad5a commit 06bb0f2
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion GOALS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
============================================
Chapel Public Release Goals (version 1.13.1)
Chapel Public Release Goals (version 1.14.0)
============================================

The goals of this release are as follows:
Expand Down
4 changes: 2 additions & 2 deletions compiler/main/version_num.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#define _version_num_H_

#define MAJOR_VERSION 1
#define MINOR_VERSION "13"
#define UPDATE_VERSION "1"
#define MINOR_VERSION "14"
#define UPDATE_VERSION "0"

static const char* BUILD_VERSION =
#include "BUILD_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion doc/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Online Documentation
You can navigate to the root of the documentation for this release using
the URL:

[chapel.cray.com/docs/1.13](http://chapel.cray.com/docs/1.13/)
[chapel.cray.com/docs/1.14](http://chapel.cray.com/docs/1.14/)


For More Information
Expand Down
2 changes: 1 addition & 1 deletion doc/release/chplenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CHPL_HOME

.. code-block:: sh
export CHPL_HOME=~/chapel-1.13.1
export CHPL_HOME=~/chapel-1.14.0
.. note::
This, and all other examples in the Chapel documentation, assumes you're
Expand Down
6 changes: 3 additions & 3 deletions doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
# built documents.
#
# The short X.Y version.
# version = '1.13'
# version = '1.14'

# We use a custom version variable (shortversion) instead, because setting
# 'version' adds a redundant version number onto the top of the sidebar
# automatically (rtd-theme). We also don't use |version| anywhere in rst
shortversion = 1.13
shortversion = 1.14

# The full version, including alpha/beta/rc tags.
release = '1.13.1'
release = '1.14.0'

# General information about the project.
project = u'Chapel Documentation {0}'.format(shortversion)
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.13.1
:Version: 1.14.0
: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.13.1
:Version: 1.14.0
: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.13.1
Version 1.14.0
2 changes: 1 addition & 1 deletion test/release/examples/README.testing
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ For more information
--------------------

See:
https://github.com/chapel-lang/chapel/blob/release/1.13/doc/developer/bestPractices/TestSystem.txt
https://github.com/chapel-lang/chapel/blob/release/1.14/doc/developer/bestPractices/TestSystem.txt

0 comments on commit 06bb0f2

Please sign in to comment.