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 00:44:06 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-08-05 00:44:06 +0400
commitfb35010c150179795687e9672eefa8755c9a54a5 (patch)
tree5b7bef68f18726d69efeb9de05428e13da987313 /lib/util.php
parent3b59d5737af75b829f020967adec2c6d5cd49967 (diff)
5.0.10 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 8f86d30b5ea..8787b68cef4 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, 15, 1);
+ return array(5, 00, 16);
}
/**
@@ -85,7 +85,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.9';
+ return '5.0.10 RC1';
}
/**