Skip to content

Commit

Permalink
Merge pull request #3965 from awallace-cray/chapdev-104
Browse files Browse the repository at this point in the history
Pre-release prep. for Chapel 1.13.1 : increment version numbers
[reviewed ben-albrecht, bradcray]
  • Loading branch information
awallace-cray committed Jun 7, 2016
2 parents 1843629 + 2235936 commit a348fad
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Release Changes List
====================

==============
version 1.13.0
version 1.13.1 (PRE-RELEASE)
==============

Sixteenth public release of Chapel, April 7, 2016
Expand Down
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.0)
Chapel Public Release Goals (version 1.13.1)
============================================

The goals of this release are as follows:
Expand Down
2 changes: 1 addition & 1 deletion QUICKSTART.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ distributed memory execution.
1) Make sure that your shell is in the directory containing this
``QUICKSTART.rst`` file. For example:

``cd ~/chapel-1.13.0``
``cd ~/chapel-1.13.1``


2) Set up your environment to use Chapel in "Quick Start" mode:
Expand Down
2 changes: 1 addition & 1 deletion compiler/main/version_num.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define MAJOR_VERSION 1
#define MINOR_VERSION "13"
#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/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.0
export CHPL_HOME=~/chapel-1.13.1
.. note::
This, and all other examples in the Chapel documentation, assumes you're
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
shortversion = 1.13

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

# 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.0
:Version: 1.13.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.13.0
:Version: 1.13.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.13.0
Version 1.13.1

0 comments on commit a348fad

Please sign in to comment.