aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-10-14 12:04:18 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-10-14 12:04:18 +0200
commit4709cbbed39f0b4d279dfa4ceb08cac56ad90cff (patch)
tree4307d99b5245a395d75408560caee9341d540ae8 /phpBB/install/schemas/schema_data.sql
parent40932c26eaa7cddd0731b136a77c9bad704b69e0 (diff)
downloadforums-4709cbbed39f0b4d279dfa4ceb08cac56ad90cff.tar
forums-4709cbbed39f0b4d279dfa4ceb08cac56ad90cff.tar.gz
forums-4709cbbed39f0b4d279dfa4ceb08cac56ad90cff.tar.bz2
forums-4709cbbed39f0b4d279dfa4ceb08cac56ad90cff.tar.xz
forums-4709cbbed39f0b4d279dfa4ceb08cac56ad90cff.zip
[prep-release-3.1.0-a1] Update version to 3.1.0-a1
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-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 094a43c8a0..0aa84a7610 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -270,7 +270,7 @@ 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 ('use_system_cron', '0');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-a1');
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');