aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-05-31 22:07:34 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-05-31 22:07:34 +0200
commit118c5d90daa783ff55319e6121c0fc77166fe58c (patch)
tree7ac57a3fcb45d1b07e8116110a67648fd1ae051e /phpBB/install/database_update.php
parent19a47dfbbc4265e33c14d6679b5693d80120db4b (diff)
downloadforums-118c5d90daa783ff55319e6121c0fc77166fe58c.tar
forums-118c5d90daa783ff55319e6121c0fc77166fe58c.tar.gz
forums-118c5d90daa783ff55319e6121c0fc77166fe58c.tar.bz2
forums-118c5d90daa783ff55319e6121c0fc77166fe58c.tar.xz
forums-118c5d90daa783ff55319e6121c0fc77166fe58c.zip
[develop-olympus] Incrementing the version to 3.0.12-dev in develop-olympus.
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 c1fe144c62..a52a329f20 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -8,7 +8,7 @@
*
*/
-define('UPDATES_TO_VERSION', '3.0.11-RC1');
+define('UPDATES_TO_VERSION', '3.0.12-dev');
// Enter any version to update from to test updates. The version within the db will not be updated.
define('DEBUG_FROM_VERSION', false);