diff options
author | Andreas Fischer <bantu@phpbb.com> | 2015-01-21 01:32:18 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2015-01-21 01:32:18 +0100 |
commit | 9f7f366573bc117d429e0c044836455662c344ed (patch) | |
tree | 4948753c152f704d5b11aadedae33e72353e99fd /phpBB/includes/constants.php | |
parent | c09023d1db2e05798437d2e5120f6e8cbb1e6567 (diff) | |
download | forums-9f7f366573bc117d429e0c044836455662c344ed.tar forums-9f7f366573bc117d429e0c044836455662c344ed.tar.gz forums-9f7f366573bc117d429e0c044836455662c344ed.tar.bz2 forums-9f7f366573bc117d429e0c044836455662c344ed.tar.xz forums-9f7f366573bc117d429e0c044836455662c344ed.zip |
[develop-olympus] Bump version numbers for 3.0.13-RC1 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 8d09fe4d9b..4b1a8f154b 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.13-dev'); +define('PHPBB_VERSION', '3.0.13-RC1'); // QA-related // define('PHPBB_QA', 1); |