aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-02-18 02:14:02 +0000
committerAndreas Fischer <bantu@phpbb.com>2010-02-18 02:14:02 +0000
commit5ae48dd87313398e9567ea97ea24eaf716b8d15c (patch)
treed7694f81610a70c2bae39328aa31593ca72f8a51 /phpBB/install/database_update.php
parent19da9ac065d97907ef67e49f5edc7bbe68d4b79d (diff)
downloadforums-5ae48dd87313398e9567ea97ea24eaf716b8d15c.tar
forums-5ae48dd87313398e9567ea97ea24eaf716b8d15c.tar.gz
forums-5ae48dd87313398e9567ea97ea24eaf716b8d15c.tar.bz2
forums-5ae48dd87313398e9567ea97ea24eaf716b8d15c.tar.xz
forums-5ae48dd87313398e9567ea97ea24eaf716b8d15c.zip
Bump version to 3.0.7-RC2.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10506 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index fd7ada6b80..f5ff282279 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -8,7 +8,7 @@
*
*/
-$updates_to_version = '3.0.7-RC1';
+$updates_to_version = '3.0.7-RC2';
// Enter any version to update from to test updates. The version within the db will not be updated.
$debug_from_version = false;