diff options
author | Andreas Fischer <bantu@phpbb.com> | 2015-04-28 20:40:20 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2015-04-28 20:40:20 +0200 |
commit | 6d8df7332cac920b5e8dd7dedf971789d30bc3cb (patch) | |
tree | 39aad4945cd9993fee8056486755fbcfb82f6d65 /phpBB/install/database_update.php | |
parent | d833f290694e7545c0c4168cbf6c565bd52c43ba (diff) | |
download | forums-6d8df7332cac920b5e8dd7dedf971789d30bc3cb.tar forums-6d8df7332cac920b5e8dd7dedf971789d30bc3cb.tar.gz forums-6d8df7332cac920b5e8dd7dedf971789d30bc3cb.tar.bz2 forums-6d8df7332cac920b5e8dd7dedf971789d30bc3cb.tar.xz forums-6d8df7332cac920b5e8dd7dedf971789d30bc3cb.zip |
[3.0.x] Increment version number to 3.0.15-dev.
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index f81576fea6..f0fd321a7a 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -8,7 +8,7 @@ * */ -define('UPDATES_TO_VERSION', '3.0.14-RC1'); +define('UPDATES_TO_VERSION', '3.0.15-dev'); // Enter any version to update from to test updates. The version within the db will not be updated. define('DEBUG_FROM_VERSION', false); |