aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-11-07 22:48:52 +0100
committerNils Adermann <naderman@naderman.de>2010-11-08 23:21:27 +0100
commit794c0f6b68e678b1384fd5d7627d9a81dfb04568 (patch)
tree32f00ee315ad027da2b1c6ae3728288cf4aeeb62 /phpBB/install/schemas
parente71911a8d27961d96e038c10041c74b54398b8f6 (diff)
downloadforums-794c0f6b68e678b1384fd5d7627d9a81dfb04568.tar
forums-794c0f6b68e678b1384fd5d7627d9a81dfb04568.tar.gz
forums-794c0f6b68e678b1384fd5d7627d9a81dfb04568.tar.bz2
forums-794c0f6b68e678b1384fd5d7627d9a81dfb04568.tar.xz
forums-794c0f6b68e678b1384fd5d7627d9a81dfb04568.zip
[develop-olympus] Bumping version number for 3.0.8-RC1.
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 a25b68ba39..f1f482b66d 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -242,7 +242,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.8-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.8-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');