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>2013-02-18 18:42:51 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-02-18 18:42:51 +0400
commit1ab308446ebbb7ea43d6b2f4c4a869d648cf20a3 (patch)
treec9671f6aa2f95e5a50a35818b0639ae881ecba96
parent57f40b281c11b903657e4b94b045cae91528f39f (diff)
4.0.12v4.0.12
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 3bb61e1e6bb..f1344d520be 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,11);
+ return array(4,00,12);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.11';
+ return '4.0.12';
}
/**