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-04-09 19:58:49 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-04-09 19:58:49 +0400
commit5e9a8b0a70c48ecda67884979a80ca545f1dd755 (patch)
tree602de02ef8c64d4d75a39de0b09c709391d3eb5c
parentcdd10ba307d6802e0d27d27b745ac71ff7a10e5b (diff)
4.0.14v4.0.14
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 12fb6ebbd0e..60d8a0c738b 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,13);
+ return array(4,00,14);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.13';
+ return '4.0.14';
}
/**