diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-18 15:54:17 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-18 15:54:17 +0200 |
commit | 2e9115efe0e7546cec741692f24fd7f78cd1da84 (patch) | |
tree | d67cc6819f1f4a6fc18196471e51304fc2b03800 /lib/util.php | |
parent | 73a72054a3e08b62e4f28c9c622f98b4737efeff (diff) | |
download | nextcloud-server-2e9115efe0e7546cec741692f24fd7f78cd1da84.tar.gz nextcloud-server-2e9115efe0e7546cec741692f24fd7f78cd1da84.zip |
increase to RC2
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 3c5eae2c0ad..ad4543af55b 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,91,0); + return array(4,00,0); } /** @@ -82,7 +82,7 @@ class OC_Util { * @return string */ public static function getVersionString(){ - return '4 RC'; + return '4 RC2'; } /** |