aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-12-01 19:15:31 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-12-01 19:15:31 +0100
commit0a14d7aff3328d8fb060fcde72aad6e99e33487e (patch)
tree5702fa96bfc0c769d5fa818f47e8be9bccef4178 /phpBB/install/schemas
parent9e6c2251dfceb8e54b25e03a335e8d55b7b92f58 (diff)
parentb7243fad62a61a3f8fb8e4417aec847b89cea508 (diff)
downloadforums-0a14d7aff3328d8fb060fcde72aad6e99e33487e.tar
forums-0a14d7aff3328d8fb060fcde72aad6e99e33487e.tar.gz
forums-0a14d7aff3328d8fb060fcde72aad6e99e33487e.tar.bz2
forums-0a14d7aff3328d8fb060fcde72aad6e99e33487e.tar.xz
forums-0a14d7aff3328d8fb060fcde72aad6e99e33487e.zip
Merge branch 'prep-release-3.2.5' into 3.2.x
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 158c8a1ac7..c6fa38919b 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -279,7 +279,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.2.5-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.5-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');