1 /*
2  * Do not edit this file!
3  * This file is generated automatically.
4  */
5 
6 #ifndef IDN_UNICODEVERSION_H
7 #define IDN_UNICODEVERSION_H
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 #include <stddef.h>
14 
15 #define IDNKIT_VERSION_UNICODE "6.3.0"
16 
17 #ifdef __cplusplus
18 }
19 #endif
20 
21 #endif
22