aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-18 15:54:17 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-05-18 15:54:17 +0200
commit2e9115efe0e7546cec741692f24fd7f78cd1da84 (patch)
treed67cc6819f1f4a6fc18196471e51304fc2b03800 /lib/util.php
parent73a72054a3e08b62e4f28c9c622f98b4737efeff (diff)
downloadnextcloud-server-2e9115efe0e7546cec741692f24fd7f78cd1da84.tar.gz
nextcloud-server-2e9115efe0e7546cec741692f24fd7f78cd1da84.zip
increase to RC2
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php4
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';
}
/**