aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-01-24 10:28:09 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-02-05 16:55:21 +0100
commit127c0c449315572f8859944815b4699f6303975c (patch)
tree4119ef5c7be5d067e4deb934a760ba45f1ea6f1f /phpBB/install/schemas/schema_data.sql
parent0b6b7fc486055c728a21227a406a3b9a1ac32d38 (diff)
downloadforums-127c0c449315572f8859944815b4699f6303975c.tar
forums-127c0c449315572f8859944815b4699f6303975c.tar.gz
forums-127c0c449315572f8859944815b4699f6303975c.tar.bz2
forums-127c0c449315572f8859944815b4699f6303975c.tar.xz
forums-127c0c449315572f8859944815b4699f6303975c.zip
[prep-release-3.1.0-a3] Update version to 3.1.0-a3
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 8a16526f36..9354e5746c 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -269,7 +269,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-a3-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-a3');
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');