aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-10-23 20:56:58 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-10-23 20:56:58 +0200
commit90a8e1dd1c8714f1e7da658a7401e782f6313fe4 (patch)
tree6608300abee27c730ce74dfa072572fdc2835765 /phpBB/install
parentb0b3810aab2474fdd7ea93c98da0ef01c9958dfd (diff)
parent396a8214db6654947f0cceeca85f60c1edae6ffe (diff)
downloadforums-90a8e1dd1c8714f1e7da658a7401e782f6313fe4.tar
forums-90a8e1dd1c8714f1e7da658a7401e782f6313fe4.tar.gz
forums-90a8e1dd1c8714f1e7da658a7401e782f6313fe4.tar.bz2
forums-90a8e1dd1c8714f1e7da658a7401e782f6313fe4.tar.xz
forums-90a8e1dd1c8714f1e7da658a7401e782f6313fe4.zip
Merge branch 'prep-release-3.3.0-b1' into 3.3.x
Diffstat (limited to 'phpBB/install')
-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 f859d1674e..8e1e2bdda8 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -278,7 +278,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.3.0-b1-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.3.0-b1');
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');