From 2ce10984ae9acb7b1229b44b83fae8b5cd499ba4 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Sat, 18 Jun 2022 02:20:08 +0200 Subject: [PATCH] macFUSE 4.4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9af7346..17b369d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ macFUSE allows you to extend macOS via third party file systems. About macFUSE ------------- -The macFUSE software package provides multiple APIs for developing file systems for macOS 10.9 to macOS 12. +The macFUSE software package provides multiple APIs for developing file systems for macOS 10.9 to macOS 13. You can use the provided APIs to develop numerous types of file systems, whose content can come from a local disk, from across the network, from memory, or any other source. One of these APIs is a superset of the [FUSE API](http://fuse.sourceforge.net/), that originated on Linux.