aboutsummaryrefslogtreecommitdiffstats
path: root/build/package.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-03-05 21:06:48 +0100
committerNils Adermann <naderman@naderman.de>2010-03-05 21:09:37 +0100
commit39490abfff0f16c0bb79034c97bc744ae3a3a7c9 (patch)
tree6b11aeaf10ad85b992c9a40d6a45eeae0caee1b3 /build/package.php
parentc8fd9f4266680e2f47a0088d21813b90431ba754 (diff)
downloadforums-39490abfff0f16c0bb79034c97bc744ae3a3a7c9.tar
forums-39490abfff0f16c0bb79034c97bc744ae3a3a7c9.tar.gz
forums-39490abfff0f16c0bb79034c97bc744ae3a3a7c9.tar.bz2
forums-39490abfff0f16c0bb79034c97bc744ae3a3a7c9.tar.xz
forums-39490abfff0f16c0bb79034c97bc744ae3a3a7c9.zip
Incrementing the version number to 3.0.7-PL1
Diffstat (limited to 'build/package.php')
-rwxr-xr-xbuild/package.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package.php b/build/package.php
index e04750d4be..7cb30bd493 100755
--- a/build/package.php
+++ b/build/package.php
@@ -15,7 +15,7 @@
// If RC8 drops remove the install/data directory
//$versions = array('3.0.2', '3.0.3-RC1', '3.0.3', '3.0.4-RC1', '3.0.4', '3.0.5-RC1', '3.0.5', '3.0.6-RC1', '3.0.6-RC2', '3.0.6-RC3');
//$versions = array('3.0.2', '3.0.3', '3.0.4', '3.0.5', '3.0.6', '3.0.7-RC1', '3.0.7');
-$versions = array('3.0.2', '3.0.3', '3.0.4', '3.0.5', '3.0.6', '3.0.7-RC1', '3.0.7-RC2', '3.0.7');
+$versions = array('3.0.2', '3.0.3', '3.0.4', '3.0.5', '3.0.6', '3.0.7-RC1', '3.0.7-RC2', '3.0.7', '3.0.7-PL1');
$verbose = false;
require('build_helper.php');