diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-03-09 20:19:34 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-03-09 20:19:34 +0100 |
commit | e6c2a91781830f869c3d1ea0331987eb262e8232 (patch) | |
tree | fafcfcfabd83c3ebd3db915c97bb1546a65f804f /lib | |
parent | 256595e7b2e06de630ca5a9983accadabc309281 (diff) | |
download | nextcloud-server-e6c2a91781830f869c3d1ea0331987eb262e8232.tar.gz nextcloud-server-e6c2a91781830f869c3d1ea0331987eb262e8232.zip |
this is now 6.0 pre alpha
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index 6d641bc472b..e79daae8a0a 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,7 @@ class OC_Util { public static function getVersion() { // hint: We only can count up. Reset minor/patchlevel when // updating major/minor version number. - return array(5, 00, 00); + return array(5, 80, 00); } /** @@ -83,7 +83,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0'; + return '6.0 pre alpha'; } /** |