diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-04 15:19:26 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-04 15:19:26 +0000 |
| commit | 31856352be0f29fd7423cfe87bdfd791b03fb938 (patch) | |
| tree | 792cd0125f9123276ffbefb00090e6c68a6e137e /phpBB/install | |
| parent | d90e775f0e1ba2744fed662744b5b3570db9b425 (diff) | |
| download | forums-31856352be0f29fd7423cfe87bdfd791b03fb938.tar forums-31856352be0f29fd7423cfe87bdfd791b03fb938.tar.gz forums-31856352be0f29fd7423cfe87bdfd791b03fb938.tar.bz2 forums-31856352be0f29fd7423cfe87bdfd791b03fb938.tar.xz forums-31856352be0f29fd7423cfe87bdfd791b03fb938.zip | |
Change version numbers to 3.0.6 and 3.0.6-RC1 for a final internal test run
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10105 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 b98ebfdd5f..ab22c803ee 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -8,7 +8,7 @@ * */ -$updates_to_version = '3.0.6-alpha'; +$updates_to_version = '3.0.6-RC1'; // 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 2527cec999..5c653afc41 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -239,7 +239,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-alpha'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.6-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'); |
