Bump to version 2.0.1 - libgrapheme - unicode string library | |
git clone git://git.suckless.org/libgrapheme | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 858c34a1e19bd790510bb918c583cea73487e64e | |
parent 657e9379807b215593e8c0706a51872b7870e8fe | |
Author: Laslo Hunhold <[email protected]> | |
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 <[email protected]> | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
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 | |