diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-06-09 20:30:40 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-06-09 20:30:40 +0200 |
commit | d2a2c183ed875cb176b3f6968751ab73dc2b7650 (patch) | |
tree | 95c7352ab06576ace9eda6fee8dea8221543d0d0 /build | |
parent | Merge pull request #3551 from rxu/ticket/13779 (diff) | |
download | phpbb-d2a2c183ed875cb176b3f6968751ab73dc2b7650.tar.gz phpbb-d2a2c183ed875cb176b3f6968751ab73dc2b7650.tar.bz2 phpbb-d2a2c183ed875cb176b3f6968751ab73dc2b7650.zip |
[prep-release-3.1.5] Update version to 3.1.5-RC1
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 59170ab75f..c19d50a5d7 100644 --- a/build/build.xml +++ b/build/build.xml @@ -2,7 +2,7 @@ <project name="phpBB" description="The phpBB forum software" default="all" basedir="../"> <!-- a few settings for the build --> - <property name="newversion" value="3.1.5-dev" /> + <property name="newversion" value="3.1.5-RC1" /> <property name="prevversion" value="3.1.4" /> <property name="olderversions" value="3.0.12, 3.0.13, 3.0.13-PL1, 3.0.14, 3.1.0, 3.1.1, 3.1.2, 3.1.3" /> <!-- no configuration should be needed beyond this point --> |