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-08-05 02:12:02 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-08-05 02:12:02 +0400
commit38d2124340aefbdcff3dbfe7be852a669131d382 (patch)
tree4dd4e3960d2b79366e83b752b99778be13f8f2b8
parent3569bbe63796ca09d4b2600c171b42809b9d716c (diff)
5.0.10v5.0.10
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 8787b68cef4..25bcb1a1727 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -77,7 +77,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, 16);
+ return array(5, 00, 17);
}
/**
@@ -85,7 +85,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.10 RC1';
+ return '5.0.10';
}
/**