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-01-21 23:58:30 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-01-21 23:58:30 +0400
commitd5004403f75ca4a073fa9ddf6873ece94b90fe6b (patch)
treebd30088ab7b6aca8efd9ce70b1bca4c79f8e8709
parent708bd92ef74e6870dcf55c178e9b2440e65558b1 (diff)
4.0.11
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index c983e0d62ab..3a48c787b94 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.10';
+ return '4.0.11';
}
/**