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-28 16:13:00 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-08-28 16:13:00 +0400
commitee1d996c6525a72164291c344bf6bea091abb96f (patch)
treecd629ed9f7a54818b140a40c09a6df95d6806d73 /lib/util.php
parent616bc084319ba37717f104c9432454b64832d9b8 (diff)
5.0.11 RC1
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 25bcb1a1727..7025369ec34 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, 17);
+ return array(5, 00, 18);
}
/**
@@ -85,7 +85,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.10';
+ return '5.0.11 RC1';
}
/**