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-09-01 18:59:38 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-09-01 18:59:38 +0400
commit2d1d8465e89a9e064b15b19f9591ef4c04480160 (patch)
tree94f5a998bf0f657748e0edd66405e7a8e11fb91a /lib/util.php
parent6cb839b6e9602131a575a11e97d44d9623af0f0b (diff)
5.0.11 RC2
Diffstat (limited to 'lib/util.php')
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 7025369ec34..c6486b4edf2 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, 18);
+ return array(5, 00, 19);
}
/**
@@ -85,7 +85,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.11 RC1';
+ return '5.0.11 RC2';
}
/**