diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-19 18:21:33 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-19 18:21:33 +0200 |
commit | c0db603d2970301396fe572dca5089a68b8d8147 (patch) | |
tree | c03f107d46c12a4a39b9ea19644dc752cb909443 /lib/util.php | |
parent | 5a48ade933c1e75b43969366793be93c1301f9d1 (diff) | |
download | nextcloud-server-c0db603d2970301396fe572dca5089a68b8d8147.tar.gz nextcloud-server-c0db603d2970301396fe572dca5089a68b8d8147.zip |
this is 5 pre alpha now
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index d8f440c1d2d..be7fc00da8f 100644 --- a/lib/util.php +++ b/lib/util.php @@ -74,7 +74,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(4,00,0); + return array(4,80,0); } /** @@ -82,7 +82,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4 RC2'; + return '5 pre alpha'; } /** |