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-12-20 00:53:32 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-12-20 00:53:32 +0400
commitc56f52b2bfb72c813dd1ecc57e4bc49eb3eb8dfa (patch)
tree2e5515dc614881cdec7c2e596132a5645299db96
parent8e4b301e0a75a27fcbbd0b1a1a602e0a8c66f882 (diff)
ownCloud 4.0.10v4.0.10
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 0295af30b88..c983e0d62ab 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,9);
+ return array(4,00,10);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.9';
+ return '4.0.10';
}
/**