1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00
putty-source/unicode/version.h
Simon Tatham 4bb37233a5 Commit read_ucd.py's output and switch over to it.
This removes the superseded tables in source files, and also all the
code snippets in comments that generated them.
2022-11-11 08:44:07 +00:00

10 lines
292 B
C

/*
* Autogenerated by read_ucd.py from The Unicode Standard 15.0.0
*
* String literals giving the currently supported version of Unicode.
* Useful for error messages and 'about' boxes.
*/
#define UNICODE_VERSION_FULL "The Unicode Standard 15.0.0"
#define UNICODE_VERSION_SHORT "15.0.0"