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-07-10 10:54:03 +0400
committerFrank Karlitschek <frank@owncloud.org>2013-07-10 10:54:03 +0400
commit7d7b7e6e63a15a2e41aa4d17e780121e6c5b426c (patch)
tree7fb298c733a5e9a844f5e65bc447bc436f9cc885
parent97d1b07445ccf19dc2e34a04e7c397e8d905c913 (diff)
5.0.8v5.0.8
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 9f3c162982e..227a0028f7e 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, 13);
+ return array(5, 00, 14);
}
/**
@@ -84,7 +84,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.8 RC';
+ return '5.0.8';
}
/**