diff --git a/version.php b/version.php index f227cc51c7..1a4672354f 100644 --- a/version.php +++ b/version.php @@ -3,7 +3,7 @@ // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel when updating major/minor version number. $OC_Version=array(6, 00, 0, 3); -// The human radable string +// The human readable string $OC_VersionString='6.0 beta 2'; // The ownCloud edition