diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-12 20:45:49 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-12 20:45:49 +0000 |
commit | 96d6f2aee088acb83d5596f290ef4b16ef5f2186 (patch) | |
tree | 6fa24a8b1b0707d3912066548534d4be96b14d1b /phpBB/install | |
parent | 714fdee6d01be758659aeb18439aa44b54ac48d3 (diff) | |
download | forums-96d6f2aee088acb83d5596f290ef4b16ef5f2186.tar forums-96d6f2aee088acb83d5596f290ef4b16ef5f2186.tar.gz forums-96d6f2aee088acb83d5596f290ef4b16ef5f2186.tar.bz2 forums-96d6f2aee088acb83d5596f290ef4b16ef5f2186.tar.xz forums-96d6f2aee088acb83d5596f290ef4b16ef5f2186.zip |
after tagging we increase the version number to b4-dev to be able to properly go to b4 or rc1.
git-svn-id: file:///svn/phpbb/trunk@6580 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 50bfe9db3a..49d7564656 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -199,7 +199,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.B3'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.B4-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'); |