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-22 00:02:35 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-01-22 00:02:35 +0400
commit0f227fa4937aa3e423bdf0be485d9173d7f4958e (patch)
treee0a9663d14ef93cee908bc00abf51c9e4461005c
parentd5004403f75ca4a073fa9ddf6873ece94b90fe6b (diff)
increase the internal number toov4.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 3a48c787b94..3bb61e1e6bb 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,10);
+ return array(4,00,11);
}
/**