aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-12-02 17:13:34 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-12-02 17:13:34 +0000
commit83839139e6b55edadf3b0fb6fde75504f88d7364 (patch)
treeba29b54143b0ed309183cbc9ab0e97619abc59a2 /phpBB/install
parent9ad79023b1bb6b088dc1426bb26f5f8675ee1ee2 (diff)
downloadforums-83839139e6b55edadf3b0fb6fde75504f88d7364.tar
forums-83839139e6b55edadf3b0fb6fde75504f88d7364.tar.gz
forums-83839139e6b55edadf3b0fb6fde75504f88d7364.tar.bz2
forums-83839139e6b55edadf3b0fb6fde75504f88d7364.tar.xz
forums-83839139e6b55edadf3b0fb6fde75504f88d7364.zip
dumdidum...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9155 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/convertors/convert_phpbb20.php2
-rw-r--r--phpBB/install/schemas/schema_data.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php
index da9bea3c05..98bb2ecebe 100644
--- a/phpBB/install/convertors/convert_phpbb20.php
+++ b/phpBB/install/convertors/convert_phpbb20.php
@@ -32,7 +32,7 @@ unset($dbpasswd);
$convertor_data = array(
'forum_name' => 'phpBB 2.0.x',
'version' => '1.0.2',
- 'phpbb_version' => '3.0.3',
+ 'phpbb_version' => '3.0.4',
'author' => '<a href="http://www.phpbb.com/">phpBB Group</a>',
'dbms' => $dbms,
'dbhost' => $dbhost,
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 71a7a8436a..f469436e00 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -218,7 +218,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('topics_per_page',
INSERT INTO phpbb_config (config_name, config_value) VALUES ('tpl_allow_php', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_icons_path', 'images/upload_icons');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_path', 'files');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.4-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.4-RC1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_expire_days', '90');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', '14400');