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-03-10 00:17:10 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-03-10 00:17:10 +0400
commitee8d198358c6fd35e9c72b1fa2e42feb9968fc83 (patch)
tree0be819701d67cca7d43c997806f47540eb8233f7
parent7b6a02226c91b66abc24333d6311eb20e085d4b1 (diff)
4.0.13v4.0.13
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index f1344d520be..12fb6ebbd0e 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,12);
+ return array(4,00,13);
}
/**
@@ -91,7 +91,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString(){
- return '4.0.12';
+ return '4.0.13';
}
/**