aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2015-01-21 15:15:30 +0100
committerAndreas Fischer <bantu@phpbb.com>2015-01-21 15:15:30 +0100
commit14585fcb4f1d6238a188089891a11895a557f99e (patch)
treef02c8d8c0f71a9e2489bbd9bc1981484fa01b11c /phpBB/install/database_update.php
parent2c9e178a42dd3c096c693f2a18fd27620df83065 (diff)
downloadforums-14585fcb4f1d6238a188089891a11895a557f99e.tar
forums-14585fcb4f1d6238a188089891a11895a557f99e.tar.gz
forums-14585fcb4f1d6238a188089891a11895a557f99e.tar.bz2
forums-14585fcb4f1d6238a188089891a11895a557f99e.tar.xz
forums-14585fcb4f1d6238a188089891a11895a557f99e.zip
[develop-olympus] Increment version number to 3.0.14-dev.
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 15f9c589d3..8e5b5969ad 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -8,7 +8,7 @@
*
*/
-define('UPDATES_TO_VERSION', '3.0.13-RC1');
+define('UPDATES_TO_VERSION', '3.0.14-dev');
// Enter any version to update from to test updates. The version within the db will not be updated.
define('DEBUG_FROM_VERSION', false);