| Index: third_party/harfbuzz-ng/src/hb-version.h
|
| diff --git a/third_party/harfbuzz-ng/src/hb-version.h b/third_party/harfbuzz-ng/src/hb-version.h
|
| index 3456e7d68d5205bbb8740d19318c5ac15f0c380a..c5692d233819895f03c0e2a0758cad91c53b0b61 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 2
|
| -#define HB_VERSION_MICRO 1
|
| +#define HB_VERSION_MICRO 6
|
|
|
| -#define HB_VERSION_STRING "1.2.1"
|
| +#define HB_VERSION_STRING "1.2.6"
|
|
|
| #define HB_VERSION_ATLEAST(major,minor,micro) \
|
| ((major)*10000+(minor)*100+(micro) <= \
|
|
|