diff options
author | Andreas Fischer <bantu@phpbb.com> | 2015-01-21 01:32:18 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2015-01-21 01:32:18 +0100 |
commit | 9f7f366573bc117d429e0c044836455662c344ed (patch) | |
tree | 4948753c152f704d5b11aadedae33e72353e99fd /build | |
parent | c09023d1db2e05798437d2e5120f6e8cbb1e6567 (diff) | |
download | forums-9f7f366573bc117d429e0c044836455662c344ed.tar forums-9f7f366573bc117d429e0c044836455662c344ed.tar.gz forums-9f7f366573bc117d429e0c044836455662c344ed.tar.bz2 forums-9f7f366573bc117d429e0c044836455662c344ed.tar.xz forums-9f7f366573bc117d429e0c044836455662c344ed.zip |
[develop-olympus] Bump version numbers for 3.0.13-RC1 release.
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 693a1997ae..e3ca10675c 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.0.13-dev" /> + <property name="newversion" value="3.0.13-RC1" /> <property name="prevversion" value="3.0.12" /> <property name="olderversions" value="3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.7-PL1, 3.0.8, 3.0.9, 3.0.10, 3.0.11" /> <!-- no configuration should be needed beyond this point --> |