aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-11-19 01:37:31 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-11-19 01:37:31 +0100
commitd67341ea0054f2694880dc6c9fda01e6048e0ed3 (patch)
tree90674c8cfd9fc7b21ac64330540ef1da6d4b7fcf /phpBB/install/schemas/schema_data.sql
parente74b5ac9e3ac0814f49fdf26a7205968d6b6581d (diff)
downloadforums-d67341ea0054f2694880dc6c9fda01e6048e0ed3.tar
forums-d67341ea0054f2694880dc6c9fda01e6048e0ed3.tar.gz
forums-d67341ea0054f2694880dc6c9fda01e6048e0ed3.tar.bz2
forums-d67341ea0054f2694880dc6c9fda01e6048e0ed3.tar.xz
forums-d67341ea0054f2694880dc6c9fda01e6048e0ed3.zip
[prep-release-3.1.0-a2] Update version to 3.1.0-a3-dev in install and constant
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 355dec2a54..8a16526f36 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-a2');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-a3-dev');
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');