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-06 12:13:32 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-06-06 12:13:32 +0400
commite35303f7029e2db2aa07177c48176ebd86ba6dd9 (patch)
treeb9d4ccad9f3765ec40856ce2dc6930c8bb60d309
parent68960db77e8329aba274707cc7b7633030d11fb4 (diff)
5.0.7v5.0.7
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index bca22c2677d..7f5f30aa619 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, 11);
+ return array(5, 00, 12);
}
/**
@@ -84,7 +84,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.7 RC';
+ return '5.0.7';
}
/**