summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-03-09 20:19:34 +0100
committerFrank Karlitschek <frank@owncloud.org>2013-03-09 20:19:34 +0100
commite6c2a91781830f869c3d1ea0331987eb262e8232 (patch)
treefafcfcfabd83c3ebd3db915c97bb1546a65f804f /lib
parent256595e7b2e06de630ca5a9983accadabc309281 (diff)
downloadnextcloud-server-e6c2a91781830f869c3d1ea0331987eb262e8232.tar.gz
nextcloud-server-e6c2a91781830f869c3d1ea0331987eb262e8232.zip
this is now 6.0 pre alpha
Diffstat (limited to 'lib')
-rwxr-xr-xlib/util.php4
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';
}
/**