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-04-09 22:04:37 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-04-09 22:04:37 +0400
commit15c50017cc9f546223cb666c9e8a3fbfad47ab47 (patch)
tree13f19e721b6188ed1cb09d8af879b85e899600ed
parent623db8549e2d36ddce6fbfaca41ac29ca36e57b1 (diff)
5.0.5 RC1v5.0.5RC1
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 0c3ee303cda..8d483783920 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -75,7 +75,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, 4);
+ return array(5, 00, 5);
}
/**
@@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.4';
+ return '5.0.5 RC1';
}
/**