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 18:59:03 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-04-09 18:59:03 +0400
commitc241985f042b0b7c29c8a2997c922e2842ba13c5 (patch)
treeff1273c2856e0afdac88e9baddc396e7c1855e49
parent9a4fe09979ad1b6dfb0ed3943c988dd030ed9091 (diff)
5.0.4 RCv5.0.4RC1
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 5a4f904413b..ac319235f17 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, 3);
+ return array(5, 00, 4);
}
/**
@@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.3';
+ return '5.0.4 RC';
}
/**