diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-12-12 14:47:03 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-12-12 14:47:03 +0000 |
commit | 0481a574cedad6b0f09cb2d137e74da8f01bec47 (patch) | |
tree | e665177edec38473d116620bba9959a448795f49 /phpBB/includes/constants.php | |
parent | 5a0d7717f67578636acf8300f0ddf5b9a862ead4 (diff) | |
download | forums-0481a574cedad6b0f09cb2d137e74da8f01bec47.tar forums-0481a574cedad6b0f09cb2d137e74da8f01bec47.tar.gz forums-0481a574cedad6b0f09cb2d137e74da8f01bec47.tar.bz2 forums-0481a574cedad6b0f09cb2d137e74da8f01bec47.tar.xz forums-0481a574cedad6b0f09cb2d137e74da8f01bec47.zip |
Change version number from 3.0.4-RC1 to 3.0.4
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9187 89ea8834-ac86-4346-8a33-228a782c2dd0
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 61c1c963b8..2210b6f8a5 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-RC1'); +define('PHPBB_VERSION', '3.0.4'); // QA-related // define('PHPBB_QA', 1); |