aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-28 15:06:16 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-28 15:06:16 +0000
commit65fd807646e6f85664cc555aedb0c2106d6eca8b (patch)
tree840631afd316e7af2a32b3bd81e53c2529cf1fa3 /phpBB
parent50bd6bddcf3e0f1bd4a1d09d058f95a441c5f4b7 (diff)
downloadforums-65fd807646e6f85664cc555aedb0c2106d6eca8b.tar
forums-65fd807646e6f85664cc555aedb0c2106d6eca8b.tar.gz
forums-65fd807646e6f85664cc555aedb0c2106d6eca8b.tar.bz2
forums-65fd807646e6f85664cc555aedb0c2106d6eca8b.tar.xz
forums-65fd807646e6f85664cc555aedb0c2106d6eca8b.zip
and up the number...
git-svn-id: file:///svn/phpbb/trunk@7972 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-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 2a542dd6fa..bacd6e43b9 100644
--- a/phpBB/install/convertors/convert_phpbb20.php
+++ b/phpBB/install/convertors/convert_phpbb20.php
@@ -31,7 +31,7 @@ unset($dbpasswd);
*/
$convertor_data = array(
'forum_name' => 'phpBB 2.0.x',
- 'version' => '1.0.RC3',
+ 'version' => '1.0.RC4',
'phpbb_version' => '3.0.0',
'author' => '<a href="http://www.phpbb.com/">phpBB Group</a>',
'dbms' => $dbms,
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 05a436df61..cce71d0593 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -206,7 +206,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.RC4-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.RC4');
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');