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>2014-03-01 15:27:20 +0400
committerFrank Karlitschek <frank@owncloud.org>2014-03-01 15:27:20 +0400
commitd7bd7c60da2a9acc7bb970a6f7ac2d804dff96a2 (patch)
tree79bf6701048dcddfd5f692af272490e14faa5191
parent4abe1b1ede2dbf880bdcd66ed875cf7b8bffaa76 (diff)
5.0.15v5.0.15
-rwxr-xr-xlib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 03217a5a39c..1c995f0e4da 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -77,7 +77,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, 29);
+ return array(5, 00, 30);
}
/**
@@ -85,7 +85,7 @@ class OC_Util {
* @return string
*/
public static function getVersionString() {
- return '5.0.15 RC1';
+ return '5.0.15';
}
/**