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-10 21:54:35 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-06-10 21:54:35 +0400
commit956fd4a2c4b041f89e3a9200e67a030fd7cdc46e (patch)
treeba556a6821805c35c2ae4b88115c543cfba3b80f
parent6a44d02898ce184d4947c9455b4297fe6f6a94f0 (diff)
4.0.2v4.0.2
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 67071399574..6be3e755722 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,1);
+ return array(4,00,2);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.1';
+ return '4.0.2';
}
/**