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-06-03 23:06:07 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-06-03 23:06:07 +0400
commit300f6894e0a7a77300c049dcbc574a5ea97f92aa (patch)
treea506dbb01f30c59e01675983996126a074e70c06
parent0145c65bf3e90f17d0bda6d466922c6ef14c4918 (diff)
4.0.1v4.0.1
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 8f91a9e8301..67071399574 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -83,7 +83,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
- return array(4,00,0);
+ return array(4,00,1);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.1 pre';
+ return '4.0.1';
}
/**