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-07-14 15:36:22 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-07-14 15:36:22 +0400
commit3b95440e9239f705e886db308d3168074e9a0844 (patch)
tree5781e8eb63965aa9ea0160db6d7c9b37224f3a6b
parent38eeddfc92ca5b311bf82b988849c051788840d0 (diff)
5.0.9v5.0.9
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 227a0028f7e..86f3a7cac01 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -76,7 +76,7 @@ class OC_Util {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
- return array(5, 00, 14);
+ return array(5, 00, 15);
}
/**
@@ -84,7 +84,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.8';
+ return '5.0.9';
}
/**