diff options
| author | Nils Adermann <naderman@naderman.de> | 2010-11-07 22:48:52 +0100 | 
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2010-11-08 23:21:27 +0100 | 
| commit | 794c0f6b68e678b1384fd5d7627d9a81dfb04568 (patch) | |
| tree | 32f00ee315ad027da2b1c6ae3728288cf4aeeb62 /phpBB/install/database_update.php | |
| parent | e71911a8d27961d96e038c10041c74b54398b8f6 (diff) | |
| download | forums-794c0f6b68e678b1384fd5d7627d9a81dfb04568.tar forums-794c0f6b68e678b1384fd5d7627d9a81dfb04568.tar.gz forums-794c0f6b68e678b1384fd5d7627d9a81dfb04568.tar.bz2 forums-794c0f6b68e678b1384fd5d7627d9a81dfb04568.tar.xz forums-794c0f6b68e678b1384fd5d7627d9a81dfb04568.zip  | |
[develop-olympus] Bumping version number for 3.0.8-RC1.
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index e65237266b..86b83bb542 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -8,7 +8,7 @@  *  */ -$updates_to_version = '3.0.8-dev'; +$updates_to_version = '3.0.8-RC1';  // Enter any version to update from to test updates. The version within the db will not be updated.  $debug_from_version = false; @@ -3754,4 +3754,4 @@ class updater_db_tools  	}  } -?>
\ No newline at end of file +?>  | 
