diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-01-07 01:40:09 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-01-07 02:09:21 +0100 |
commit | d0377b1951a156e218ca0200340e2bcfb51ac0c8 (patch) | |
tree | 5e3c83bc72cf8a9df7edf00dfaf7e8de868b75f4 /lib/util.php | |
parent | ad3badeabff9dde839827558c281a691c611cf87 (diff) | |
download | nextcloud-server-d0377b1951a156e218ca0200340e2bcfb51ac0c8.tar.gz nextcloud-server-d0377b1951a156e218ca0200340e2bcfb51ac0c8.zip |
Cache: normalize mimetypes
Diffstat (limited to 'lib/util.php')
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 805ef6f18b0..93c0d0f26d8 100755 --- a/lib/util.php +++ b/lib/util.php @@ -74,7 +74,7 @@ class OC_Util { */ public static function getVersion() { // hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4.90.0. This is not visible to the user - return array(4,91,04); + return array(4,91,05); } /** |