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-06-03 01:02:52 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-06-03 01:02:52 +0400
commit9046c65af57f9e90d28621a1176d2c2334bdd5df (patch)
tree175d6886b2518f3932153267d0a791dc123fa71a /lib/util.php
parentf3620b7c03ba6bcf4a2860ce40513028b4f59a77 (diff)
5.0.7 RC
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 9eb3fc43d3b..bca22c2677d 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -76,7 +76,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, 10);
+ return array(5, 00, 11);
}
/**
@@ -84,7 +84,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.7 preview';
+ return '5.0.7 RC';
}
/**