aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-11-19 11:36:14 +0100
committerNils Adermann <naderman@naderman.de>2010-11-19 13:22:36 +0100
commitaf4c2a3eb15fc4318b23dcb7794c230cf3ec2a0f (patch)
tree3963b4075f58c43ffc01fe290b04a800668bc53c /build/build.xml
parent2831a3a9a97c1ee8b714c8034c64379eff90faa0 (diff)
downloadforums-af4c2a3eb15fc4318b23dcb7794c230cf3ec2a0f.tar
forums-af4c2a3eb15fc4318b23dcb7794c230cf3ec2a0f.tar.gz
forums-af4c2a3eb15fc4318b23dcb7794c230cf3ec2a0f.tar.bz2
forums-af4c2a3eb15fc4318b23dcb7794c230cf3ec2a0f.tar.xz
forums-af4c2a3eb15fc4318b23dcb7794c230cf3ec2a0f.zip
[prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index 69caa897c3..bf77d82f6c 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -2,9 +2,9 @@
<project name="phpBB" description="The phpBB forum software" default="all" basedir="../">
<!-- a few settings for the build -->
- <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" />
+ <property name="newversion" value="3.0.8" />
+ <property name="prevversion" value="3.0.8-RC1" />
+ <property name="olderversions" value="3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7-PL1" />
<!-- no configuration should be needed beyond this point -->
<property name="oldversions" value="${olderversions}, ${prevversion}" />