diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-09-02 23:38:42 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-09-02 23:38:42 +0200 |
commit | ed0d7e9ea07c565c3e46459f1a47bc49e3f9b14a (patch) | |
tree | 4635f79111c40e4631164c123f2f8bffb7c7d824 /phpBB/includes/constants.php | |
parent | 5ab378f1ee34951c0683751d07cb8cca8a9a7bd1 (diff) | |
download | forums-ed0d7e9ea07c565c3e46459f1a47bc49e3f9b14a.tar forums-ed0d7e9ea07c565c3e46459f1a47bc49e3f9b14a.tar.gz forums-ed0d7e9ea07c565c3e46459f1a47bc49e3f9b14a.tar.bz2 forums-ed0d7e9ea07c565c3e46459f1a47bc49e3f9b14a.tar.xz forums-ed0d7e9ea07c565c3e46459f1a47bc49e3f9b14a.zip |
[prep-release-3.0.12] Bumping version number for 3.0.12-RC3.
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 09e1e50b8d..c57b90a5dd 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.12-RC2'); +define('PHPBB_VERSION', '3.0.12-RC3'); // QA-related // define('PHPBB_QA', 1); |