diff options
Diffstat (limited to 'third_party/harfbuzz-ng/src/hb-version.h')
-rw-r--r-- | third_party/harfbuzz-ng/src/hb-version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/harfbuzz-ng/src/hb-version.h b/third_party/harfbuzz-ng/src/hb-version.h index 4a0f5e0..aea115f 100644 --- a/third_party/harfbuzz-ng/src/hb-version.h +++ b/third_party/harfbuzz-ng/src/hb-version.h @@ -38,9 +38,9 @@ HB_BEGIN_DECLS #define HB_VERSION_MAJOR 1 #define HB_VERSION_MINOR 0 -#define HB_VERSION_MICRO 0 +#define HB_VERSION_MICRO 1 -#define HB_VERSION_STRING "1.0.0" +#define HB_VERSION_STRING "1.0.1" #define HB_VERSION_ATLEAST(major,minor,micro) \ ((major)*10000+(minor)*100+(micro) <= \ |