diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-11-12 20:26:36 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-11-12 20:26:36 +0000 |
| commit | 40fa01b9f0cdd061967d929be0967599107ef2dc (patch) | |
| tree | ba68b863f4ef8f50b3ea264cf9fbba70bd3185b6 | |
| parent | d14303299549f65867829cb4812df919e5de8fc7 (diff) | |
| download | forums-40fa01b9f0cdd061967d929be0967599107ef2dc.tar forums-40fa01b9f0cdd061967d929be0967599107ef2dc.tar.gz forums-40fa01b9f0cdd061967d929be0967599107ef2dc.tar.bz2 forums-40fa01b9f0cdd061967d929be0967599107ef2dc.tar.xz forums-40fa01b9f0cdd061967d929be0967599107ef2dc.zip | |
gah, forgot this tiny little thing...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9058 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 5fe9c19964..48fd4e3ad2 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -8,7 +8,7 @@ * */ -$updates_to_version = '3.0.3-RC1'; +$updates_to_version = '3.0.3'; // Return if we "just include it" to find out for which version the database update is responsible for if (defined('IN_PHPBB') && defined('IN_INSTALL')) |
