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 517cc8f26ebf64c982e91b8beba54ccb20019b1a..e1a5f61fa9f4a858e45aa9b88027cf6ce46ac71e 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 0 |
#define HB_VERSION_MINOR 9 |
-#define HB_VERSION_MICRO 32 |
+#define HB_VERSION_MICRO 35 |
-#define HB_VERSION_STRING "0.9.32" |
+#define HB_VERSION_STRING "0.9.35" |
#define HB_VERSION_ATLEAST(major,minor,micro) \ |
((major)*10000+(minor)*100+(micro) <= \ |