1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-03 16:34:55 +02:00

[prep-release-3.1.0-a3] Update version to 3.1.0-a4-dev for future development

This commit is contained in:
Joas Schilling
2014-02-05 22:23:33 +01:00
parent 11d5f49adb
commit bf93e20afb
3 changed files with 3 additions and 3 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.1.0-a3" />
<property name="newversion" value="3.1.0-a4-dev" />
<property name="prevversion" value="3.1.0-a2" />
<property name="olderversions" value="3.0.12, 3.1.0-a1" />
<!-- no configuration should be needed beyond this point -->