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-03-01 10:53:14 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-03-01 10:53:14 +0400
commit09dc15d2b190dbce3a2fe3b09e464ff534db0659 (patch)
tree5e5de094d98cb366dc1f6195327718b03fd3dbf2
parentd20fd7e9a67b64c1b202a4dbd24dadb7c071114e (diff)
5.0 RC 1v5.0.0RC1
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 2e32ee2e3c2..ad7950d5893 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(4, 94, 10);
+ return array(4, 95, 10);
}
/**
@@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0 beta 2';
+ return '5.0 RC 1';
}
/**