aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-11-11 11:49:17 +0100
committerNils Adermann <naderman@naderman.de>2010-11-11 11:49:17 +0100
commit87aa611a8e4b944ad3ba2cde1d3256570c5f45af (patch)
tree31d0a07e110c2e0f9b4b89c798666c46a23f0415 /phpBB/install/database_update.php
parent7b4cdc94a850c95582557d22ea7fd97e716734c7 (diff)
downloadforums-87aa611a8e4b944ad3ba2cde1d3256570c5f45af.tar
forums-87aa611a8e4b944ad3ba2cde1d3256570c5f45af.tar.gz
forums-87aa611a8e4b944ad3ba2cde1d3256570c5f45af.tar.bz2
forums-87aa611a8e4b944ad3ba2cde1d3256570c5f45af.tar.xz
forums-87aa611a8e4b944ad3ba2cde1d3256570c5f45af.zip
[develop-olympus] Incrementing the version number to 3.0.9-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 01e8ef7658..87a80f6a30 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -8,7 +8,7 @@
*
*/
-$updates_to_version = '3.0.8-RC1';
+$updates_to_version = '3.0.9-dev';
// Enter any version to update from to test updates. The version within the db will not be updated.
$debug_from_version = false;