diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2011-07-05 00:40:45 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2011-07-05 00:40:45 +0200 |
| commit | d8ac2cc5f0c253842185506b174a8355dfd5f3fb (patch) | |
| tree | b6fac3cae13ae0d1b94f46bb5d88079f4b2a58d5 /phpBB/includes/constants.php | |
| parent | f5d86d06040de198d15fe9596c63186da02347d8 (diff) | |
| download | forums-d8ac2cc5f0c253842185506b174a8355dfd5f3fb.tar forums-d8ac2cc5f0c253842185506b174a8355dfd5f3fb.tar.gz forums-d8ac2cc5f0c253842185506b174a8355dfd5f3fb.tar.bz2 forums-d8ac2cc5f0c253842185506b174a8355dfd5f3fb.tar.xz forums-d8ac2cc5f0c253842185506b174a8355dfd5f3fb.zip | |
[prep-release-3.0.9] Bumping version number for the final 3.0.9 release.
Diffstat (limited to 'phpBB/includes/constants.php')
| -rw-r--r-- | phpBB/includes/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 2f485fb4d7..3940888216 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -25,7 +25,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.0.9-RC3'); +define('PHPBB_VERSION', '3.0.9'); // QA-related // define('PHPBB_QA', 1); |
