diff options
author | Frank Karlitschek <frank@owncloud.org> | 2015-02-06 02:49:23 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2015-02-06 02:49:23 +0100 |
commit | f22d8b5ad5493ee9207199241725074564f7573d (patch) | |
tree | 1242e57ee090e4e2a10a2b9caf3646f0cde0002b | |
parent | 50e025b148223d4c47837b6e49aea332a6f7d2bf (diff) | |
download | nextcloud-server-f22d8b5ad5493ee9207199241725074564f7573d.tar.gz nextcloud-server-f22d8b5ad5493ee9207199241725074564f7573d.zip |
5.0.19 RC1
-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 a306c45b91e..e223071d86b 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, 36); + return array(5, 00, 37); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.18'; + return '5.0.19 RC1'; } /** |