diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-10-29 22:11:49 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-10-29 22:11:49 +0100 |
commit | de57e36b6b6ad7b947bb601f0824902401ec4fbe (patch) | |
tree | 467127d77a1beab4e0771abd5495c962f3da08dd /version.php | |
parent | be9a5dc316bc11a83eb7d394ea96a84b0f1129b5 (diff) | |
download | nextcloud-server-de57e36b6b6ad7b947bb601f0824902401ec4fbe.tar.gz nextcloud-server-de57e36b6b6ad7b947bb601f0824902401ec4fbe.zip |
Fix typo
Whooah! - I'm even committing this total important change without peer review ;-)
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index f227cc51c7a..1a4672354f6 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 |