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-05-06 01:35:20 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-05-06 01:35:20 +0400
commitffb91cdd662d22c1c38697adfdf83e512ad3a95d (patch)
tree8629d23dcdafd5da459167a09fb2b1b2ff7ba372 /lib/util.php
parent1dfb7575931f4e8ad1fbd9108b8fa4a222dac8cf (diff)
5.0.6 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 55dc62a2b13..9dd6015e995 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, 6);
+ return array(5, 00, 7);
}
/**
@@ -83,7 +83,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.5';
+ return '5.0.6 RC';
}
/**