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

[develop-olympus] Bumping version number for 3.0.8-RC1.

This commit is contained in:
Nils Adermann
2010-11-07 22:48:52 +01:00
parent e71911a8d2
commit 794c0f6b68
15 changed files with 463 additions and 60 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.8" />
<property name="newversion" value="3.0.8-RC1" />
<property name="prevversion" value="3.0.7-PL1" />
<property name="olderversions" value="3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6" />
<!-- no configuration should be needed beyond this point -->