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>2014-06-24 18:43:43 +0400
committerFrank Karlitschek <frank@owncloud.org>2014-06-24 18:43:43 +0400
commit9758c104b781f2dc2ac0bac1265303ac9f3bedef (patch)
treee08427ded8b29802fc56667d4c246f52cdaf2edd
parent7625528b611ca61432446cf92edb72c7160118a6 (diff)
5.0.17v5.0.17
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 222783ad4fc..13231b8df21 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, 34);
+ return array(5, 00, 35);
}
/**
@@ -85,7 +85,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.17 beta 1';
+ return '5.0.17';
}
/**