diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-13 05:11:10 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-13 05:11:10 +0200 |
commit | af77ce9a9b13b1fcf6f395bd49b1843adfe14229 (patch) | |
tree | 1845c901966bb93d212996530ee1fbc392df20db /lib/util.php | |
parent | 546ae304219fa7bcc01cef98d4b57322623b5f28 (diff) | |
download | nextcloud-server-af77ce9a9b13b1fcf6f395bd49b1843adfe14229.tar.gz nextcloud-server-af77ce9a9b13b1fcf6f395bd49b1843adfe14229.zip |
This is RC nowv4.0.0RC
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 e4546d6ac3d..3c5eae2c0ad 100644 --- a/lib/util.php +++ b/lib/util.php @@ -74,7 +74,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(3,90,0); + return array(3,91,0); } /** @@ -82,7 +82,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4 beta'; + return '4 RC'; } /** |