diff options
| author | Nils Adermann <naderman@naderman.de> | 2010-02-01 01:14:06 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2010-02-01 01:14:06 +0000 |
| commit | 5a429ee61e54f78da1120395c05d9fb5a2af7d04 (patch) | |
| tree | 01fa7d3dc3a314116c49b0172e48f72b1e74313b /phpBB/install | |
| parent | 9487673f9c218c776f36605a0c2c9fcd4d55b50c (diff) | |
| download | forums-5a429ee61e54f78da1120395c05d9fb5a2af7d04.tar forums-5a429ee61e54f78da1120395c05d9fb5a2af7d04.tar.gz forums-5a429ee61e54f78da1120395c05d9fb5a2af7d04.tar.bz2 forums-5a429ee61e54f78da1120395c05d9fb5a2af7d04.tar.xz forums-5a429ee61e54f78da1120395c05d9fb5a2af7d04.zip | |
Change version numbers to 3.0.7 and 3.0.8-dev in preparation for development on next release
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10468 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/database_update.php | 2 | ||||
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index c7205de89d..4efc52088f 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -8,7 +8,7 @@ * */ -$updates_to_version = '3.0.7-dev'; +$updates_to_version = '3.0.8-dev'; // Enter any version to update from to test updates. The version within the db will not be updated. $debug_from_version = false; diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index b8455f3347..cb704cad7c 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -241,7 +241,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.6'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.7'); 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'); |
