aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-11 19:39:38 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-11 19:39:38 +0000
commit932a164d78afc394d6febb2a68cd534101fc328e (patch)
treef790e9355a1d73fbd8f73f5a78d236390b5cb23b /phpBB
parentd55bf940a51c8da862cee64c25639987c5b8390d (diff)
downloadforums-932a164d78afc394d6febb2a68cd534101fc328e.tar
forums-932a164d78afc394d6febb2a68cd534101fc328e.tar.gz
forums-932a164d78afc394d6febb2a68cd534101fc328e.tar.bz2
forums-932a164d78afc394d6febb2a68cd534101fc328e.tar.xz
forums-932a164d78afc394d6febb2a68cd534101fc328e.zip
err, wrong version. ;)
git-svn-id: file:///svn/phpbb/trunk@7869 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 6353feb883..879023b6ab 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -205,7 +205,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');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.RC4-dev');
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');