diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-01-24 10:28:09 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-05 16:55:21 +0100 |
commit | 127c0c449315572f8859944815b4699f6303975c (patch) | |
tree | 4119ef5c7be5d067e4deb934a760ba45f1ea6f1f /phpBB/includes | |
parent | 0b6b7fc486055c728a21227a406a3b9a1ac32d38 (diff) | |
download | forums-127c0c449315572f8859944815b4699f6303975c.tar forums-127c0c449315572f8859944815b4699f6303975c.tar.gz forums-127c0c449315572f8859944815b4699f6303975c.tar.bz2 forums-127c0c449315572f8859944815b4699f6303975c.tar.xz forums-127c0c449315572f8859944815b4699f6303975c.zip |
[prep-release-3.1.0-a3] Update version to 3.1.0-a3
Diffstat (limited to 'phpBB/includes')
-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 855b6ff187..883fcd3eb6 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -24,7 +24,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.1.0-a3-dev'); +define('PHPBB_VERSION', '3.1.0-a3'); // QA-related // define('PHPBB_QA', 1); |