diff options
author | Frank Karlitschek <frank@owncloud.org> | 2014-04-23 16:51:55 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2014-04-23 16:51:55 +0200 |
commit | e2ab6027c31b3de3d8759244b8f47dcb9e2977f5 (patch) | |
tree | 2da2a3ceb2d227719c38dd18e35e13950514e4ee | |
parent | c6a8efeaf2853bf646ff46cfeeb5c921be09b7f9 (diff) | |
download | nextcloud-server-e2ab6027c31b3de3d8759244b8f47dcb9e2977f5.tar.gz nextcloud-server-e2ab6027c31b3de3d8759244b8f47dcb9e2977f5.zip |
5.0.16 RC1v5.0.16RC1
-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 3f1be73b38e..850a6926cbd 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, 31); + return array(5, 00, 32); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.15'; + return '5.0.16 RC1'; } /** |