Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-13 07:11:10 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-13 07:11:10 +0400
commitaf77ce9a9b13b1fcf6f395bd49b1843adfe14229 (patch)
tree1845c901966bb93d212996530ee1fbc392df20db
parent546ae304219fa7bcc01cef98d4b57322623b5f28 (diff)
This is RC nowv4.0.0RC
-rw-r--r--lib/util.php4
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';
}
/**