aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-07-23 23:48:38 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-07-23 23:57:08 +0200
commitefbc02acf30e1a98db9b7123610c593fe8fa6832 (patch)
treeb37f3b040ad69ea8848235dbb8f84c34e90c24b9 /phpBB/install
parentf6b4aec9d07e1ea8ebfaf0271b2c0c3ac0364978 (diff)
parent49a53755e6da8a8dc5ff09ba1768c9069a00ef52 (diff)
downloadforums-efbc02acf30e1a98db9b7123610c593fe8fa6832.tar
forums-efbc02acf30e1a98db9b7123610c593fe8fa6832.tar.gz
forums-efbc02acf30e1a98db9b7123610c593fe8fa6832.tar.bz2
forums-efbc02acf30e1a98db9b7123610c593fe8fa6832.tar.xz
forums-efbc02acf30e1a98db9b7123610c593fe8fa6832.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release. [prep-release-3.0.11] Bumping version number for 3.0.11-RC2. Conflicts: phpBB/install/database_update.php
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/database_update.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index f91bd76784..5f5cf41aac 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -2218,6 +2218,10 @@ function change_database_data(&$no_updates, $version)
$no_updates = false;
break;
+ // No changes from 3.0.11-RC1 to 3.0.11-RC2
+ case '3.0.11-RC1':
+ break;
+
// Changes from 3.1.0-dev to 3.1.0-A1
case '3.1.0-dev':