aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-12-12 10:54:51 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-12-12 10:54:51 +0000
commit6f97a529a49f7c83717c4678687e04144158146d (patch)
tree01818196208c3a3bc8db4b51f5e37f7a866232d0 /phpBB/install/database_update.php
parentf988177cb353dc6249829242a8d241e0b8cd21c8 (diff)
downloadforums-6f97a529a49f7c83717c4678687e04144158146d.tar
forums-6f97a529a49f7c83717c4678687e04144158146d.tar.gz
forums-6f97a529a49f7c83717c4678687e04144158146d.tar.bz2
forums-6f97a529a49f7c83717c4678687e04144158146d.tar.xz
forums-6f97a529a49f7c83717c4678687e04144158146d.zip
and the final version number ;)
git-svn-id: file:///svn/phpbb/trunk@8274 89ea8834-ac86-4346-8a33-228a782c2dd0
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 03f64c8f24..fc9ce65dac 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -8,7 +8,7 @@
*
*/
-$updates_to_version = '3.0.RC9-dev';
+$updates_to_version = '3.0.0';
// Return if we "just include it" to find out for which version the database update is responsuble for
if (defined('IN_PHPBB') && defined('IN_INSTALL'))