aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-09-04 15:19:26 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-09-04 15:19:26 +0000
commit31856352be0f29fd7423cfe87bdfd791b03fb938 (patch)
tree792cd0125f9123276ffbefb00090e6c68a6e137e /phpBB/install/schemas
parentd90e775f0e1ba2744fed662744b5b3570db9b425 (diff)
downloadforums-31856352be0f29fd7423cfe87bdfd791b03fb938.tar
forums-31856352be0f29fd7423cfe87bdfd791b03fb938.tar.gz
forums-31856352be0f29fd7423cfe87bdfd791b03fb938.tar.bz2
forums-31856352be0f29fd7423cfe87bdfd791b03fb938.tar.xz
forums-31856352be0f29fd7423cfe87bdfd791b03fb938.zip
Change version numbers to 3.0.6 and 3.0.6-RC1 for a final internal test run
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10105 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 2527cec999..5c653afc41 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -239,7 +239,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.6-alpha');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.6-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');