From de57e36b6b6ad7b947bb601f0824902401ec4fbe Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 29 Oct 2013 22:11:49 +0100 Subject: [PATCH] Fix typo Whooah! - I'm even committing this total important change without peer review ;-) --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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