diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-05-31 22:07:34 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-05-31 22:07:34 +0200 |
commit | 118c5d90daa783ff55319e6121c0fc77166fe58c (patch) | |
tree | 7ac57a3fcb45d1b07e8116110a67648fd1ae051e /phpBB/install/database_update.php | |
parent | 19a47dfbbc4265e33c14d6679b5693d80120db4b (diff) | |
download | forums-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.php | 2 |
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); |