Bump to version 2.0.1 - libgrapheme - unicode string library
 (HTM) git clone git://git.suckless.org/libgrapheme
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 858c34a1e19bd790510bb918c583cea73487e64e
 (DIR) parent 657e9379807b215593e8c0706a51872b7870e8fe
 (HTM) Author: Laslo Hunhold <dev@frign.de>
       Date:   Sun,  9 Oct 2022 12:13:42 +0200
       
       Bump to version 2.0.1
       
       Hardened the code using static analysis and improved the build system
       to work perfectly on OpenBSD and macOS.
       
       Signed-off-by: Laslo Hunhold <dev@frign.de>
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -5,7 +5,7 @@
        
        VERSION_MAJOR = 2
        VERSION_MINOR = 0
       -VERSION_PATCH = 0
       +VERSION_PATCH = 1
        UNICODE_VERSION = 15.0.0
        MAN_DATE = 2022-10-06