aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-08-24 18:26:15 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-08-24 18:26:15 +0000
commit6f1d6e92460316e9d602fdf1b7466d4ad886564b (patch)
tree3d145c1eeede5142542ddf3e28f1a0d7b82b86a2 /phpBB/install/schemas
parent4d0b422884d9d6cc6f28644acb2bdd93e33809d2 (diff)
downloadforums-6f1d6e92460316e9d602fdf1b7466d4ad886564b.tar
forums-6f1d6e92460316e9d602fdf1b7466d4ad886564b.tar.gz
forums-6f1d6e92460316e9d602fdf1b7466d4ad886564b.tar.bz2
forums-6f1d6e92460316e9d602fdf1b7466d4ad886564b.tar.xz
forums-6f1d6e92460316e9d602fdf1b7466d4ad886564b.zip
erm, yeah...
git-svn-id: file:///svn/phpbb/trunk@8070 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas')
-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 279837a698..4ea41610f1 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -208,7 +208,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.RC5-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.RC5');
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');