aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-01-04 14:33:22 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-01-04 21:54:48 +0100
commiteb8ace14c8d4fb7f0d080bf28ffb16f8d5fe8424 (patch)
treeef03181efd6414e1334d2c24b1080b44ca622713 /phpBB/install/schemas/schema_data.sql
parent1b8193ab8b2c73d4a38520c206816817db168447 (diff)
downloadforums-eb8ace14c8d4fb7f0d080bf28ffb16f8d5fe8424.tar
forums-eb8ace14c8d4fb7f0d080bf28ffb16f8d5fe8424.tar.gz
forums-eb8ace14c8d4fb7f0d080bf28ffb16f8d5fe8424.tar.bz2
forums-eb8ace14c8d4fb7f0d080bf28ffb16f8d5fe8424.tar.xz
forums-eb8ace14c8d4fb7f0d080bf28ffb16f8d5fe8424.zip
[prep-release-3.3.0] Update version numbers for 3.3.0 release
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 b5fc4f13a5..e308c82357 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-RC2-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.3.0');
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');