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-05-14 10:09:46 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-05-14 10:09:46 +0400
commit038f00d455e8219bd5063d4c995999e6a7fef851 (patch)
tree56f6c5211e769530cfc0abd8651c1f5bd90c5b63
parentdf54cd5d47951098aa208a01d884d79aa5c0e333 (diff)
4.0.15v4.0.15
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 60d8a0c738b..fe3ccd5a0b4 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,14);
+ return array(4,00,15);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.14';
+ return '4.0.15';
}
/**