1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[3.0.x] Bump version numbers for 3.0.14-RC1 release.

This commit is contained in:
Andreas Fischer
2015-04-27 23:22:44 +02:00
parent cd6c0427fb
commit ce74a0bd6c
4 changed files with 19 additions and 7 deletions

View File

@@ -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.14-dev" />
<property name="newversion" value="3.0.14-RC1" />
<property name="prevversion" value="3.0.13-PL1" />
<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, 3.0.12, 3.0.13" />
<!-- no configuration should be needed beyond this point -->