1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[develop-olympus] Incrementing the version to 3.0.10-dev in develop-olympus.

This commit is contained in:
Andreas Fischer
2011-06-13 22:23:28 +02:00
parent 5223f7558b
commit bf61602a28
3 changed files with 3 additions and 3 deletions

View File

@@ -245,7 +245,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('topics_per_page',
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 ('version', '3.0.9-RC1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.10-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');