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>2015-02-16 07:05:06 +0300
committerFrank Karlitschek <frank@owncloud.org>2015-02-16 07:05:06 +0300
commit2dabc647303fef1da67391d4cf5394f46240d278 (patch)
treeb4ebd867287707925202433614d89d9959e37ec7
parent2add5f76c58867d23cd9649d7298f40f0be0a42a (diff)
5.0.19v5.0.19
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index e223071d86b..52cbb297d46 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, 37);
+ return array(5, 00, 38);
}
/**
@@ -85,7 +85,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.19 RC1';
+ return '5.0.19';
}
/**