diff options
author | Frank Karlitschek <frank@owncloud.org> | 2014-04-29 03:05:27 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2014-04-29 03:05:27 +0200 |
commit | 5dc3b1dc71336be656ea35c4ae3356c0eb576c71 (patch) | |
tree | 7d2197f6f20f71309304a20f655aa8d113e50e4f | |
parent | 4df0130aa04012228c1f4859496acfb5abbbddf0 (diff) | |
download | nextcloud-server-5dc3b1dc71336be656ea35c4ae3356c0eb576c71.tar.gz nextcloud-server-5dc3b1dc71336be656ea35c4ae3356c0eb576c71.zip |
5.0.16v5.0.16
-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 850a6926cbd..5cda0a9dcfb 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, 32); + return array(5, 00, 33); } /** @@ -85,7 +85,7 @@ class OC_Util { * @return string */ public static function getVersionString() { - return '5.0.16 RC1'; + return '5.0.16'; } /** |