diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-23 18:40:06 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-23 18:40:06 +0000 |
| commit | 45673658a10cb8493801b96ceecab3acccda3e5d (patch) | |
| tree | 317e00e702a6b586477069c7dc71f5da0a58697f /phpBB/install/database_update.php | |
| parent | b33b5f63eba7dbf24421bea1d7cfcfe21667736c (diff) | |
| download | forums-45673658a10cb8493801b96ceecab3acccda3e5d.tar forums-45673658a10cb8493801b96ceecab3acccda3e5d.tar.gz forums-45673658a10cb8493801b96ceecab3acccda3e5d.tar.bz2 forums-45673658a10cb8493801b96ceecab3acccda3e5d.tar.xz forums-45673658a10cb8493801b96ceecab3acccda3e5d.zip | |
up the version number - RC1 is most likely due tomorrow
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8461 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/database_update.php')
| -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 856640b58b..d87b0fa459 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -8,7 +8,7 @@ * */ -$updates_to_version = '3.0.1-dev'; +$updates_to_version = '3.0.1-RC1'; // 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')) |
