diff options
author | Frank Karlitschek <frank@owncloud.org> | 2014-02-25 14:07:17 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2014-02-25 14:07:17 +0100 |
commit | 781901016146ce37210bf7db2693b2e63a0fe338 (patch) | |
tree | 75d8191ef090cbcdcad383979ee61731cf9116a2 | |
parent | 0be942635dc8ea7ac5b8d85ef33d675d50aaa016 (diff) | |
download | nextcloud-server-781901016146ce37210bf7db2693b2e63a0fe338.tar.gz nextcloud-server-781901016146ce37210bf7db2693b2e63a0fe338.zip |
5.0.15 RC1v5.0.15RC1
-rwxr-xr-x | lib/util.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index aeca2247960..03217a5a39c 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, 28); + return array(5, 00, 29); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.14a'; + return '5.0.15 RC1'; } /** |