From d417cafaf094706b1c5c51486842500b3e411815 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Thu, 14 May 2026 14:57:49 +0200 Subject: [PATCH] added libunicode unicode version (#509) --- libunicode.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libunicode.h b/libunicode.h index 5b02c82..c2fdeac 100644 --- a/libunicode.h +++ b/libunicode.h @@ -26,6 +26,11 @@ #include +/* unicode standard version */ +#define LIBUNICODE_UNICODE_VERSION_MAJOR 17 +#define LIBUNICODE_UNICODE_VERSION_MINOR 0 +#define LIBUNICODE_UNICODE_VERSION_PATCH 0 + /* define it to include all the unicode tables (40KB larger) */ #define CONFIG_ALL_UNICODE