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-07-31 12:13:10 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-07-31 12:13:10 +0400
commitaa60771736b230d82d472a3443f262f7158842ad (patch)
tree02aecd69cb5683e9cc8672bbb999a1dfc79477cc
parentb523366acd42193588fa81089147ddccaba59ae8 (diff)
4.0.6v4.0.6
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 884122bbf96..b7ceee91b56 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,5);
+ return array(4,00,6);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.5';
+ return '4.0.6';
}
/**