diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-05-01 10:06:41 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-05-01 10:06:41 +0000 |
commit | 864c63406078cc2b4a7ea2e256598c3c5a86f265 (patch) | |
tree | 132281f1625032dbd963d4d6b22209c8fd58ed44 /phpBB/includes | |
parent | 2e4174da2a6789aa0125ba214588deaa4c635d0f (diff) | |
download | forums-864c63406078cc2b4a7ea2e256598c3c5a86f265.tar forums-864c63406078cc2b4a7ea2e256598c3c5a86f265.tar.gz forums-864c63406078cc2b4a7ea2e256598c3c5a86f265.tar.bz2 forums-864c63406078cc2b4a7ea2e256598c3c5a86f265.tar.xz forums-864c63406078cc2b4a7ea2e256598c3c5a86f265.zip |
Set new version...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9503 89ea8834-ac86-4346-8a33-228a782c2dd0
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 da21c8d730..ff0e46974f 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.4'); +define('PHPBB_VERSION', '3.0.5-RC1'); // QA-related // define('PHPBB_QA', 1); |