Bump to version 2.0.0 - libgrapheme - unicode string library | |
git clone git://git.suckless.org/libgrapheme | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ef608a20a5431e68922e787cfdd68d893497d16f | |
parent 1774b5430fe46d8d5511075d3cd644716ad4c3c8 | |
Author: Laslo Hunhold <[email protected]> | |
Date: Thu, 6 Oct 2022 23:01:24 +0200 | |
Bump to version 2.0.0 | |
Signed-off-by: Laslo Hunhold <[email protected]> | |
Diffstat: | |
M config.mk | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -1,9 +1,9 @@ | |
# libgrapheme version | |
-VERSION_MAJOR = 1 | |
+VERSION_MAJOR = 2 | |
VERSION_MINOR = 0 | |
VERSION_PATCH = 0 | |
UNICODE_VERSION = 15.0.0 | |
-MAN_DATE = 2022-09-07 | |
+MAN_DATE = 2022-10-06 | |
# Customize below to fit your system | |