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 c1e3cab9fdf70eef9213b93c98e5349ebd97e4a7..43ec9cf1d005bd0d6541715430ad181bd217323f 100644 |
--- a/third_party/harfbuzz-ng/src/hb-version.h |
+++ b/third_party/harfbuzz-ng/src/hb-version.h |
@@ -24,6 +24,10 @@ |
* Google Author(s): Behdad Esfahbod |
*/ |
+#ifndef HB_H_IN |
+#error "Include <hb.h> instead." |
+#endif |
+ |
#ifndef HB_VERSION_H |
#define HB_VERSION_H |
@@ -33,10 +37,10 @@ HB_BEGIN_DECLS |
#define HB_VERSION_MAJOR 0 |
-#define HB_VERSION_MINOR 7 |
+#define HB_VERSION_MINOR 9 |
#define HB_VERSION_MICRO 0 |
-#define HB_VERSION_STRING "0.7.0" |
+#define HB_VERSION_STRING "0.9.0" |
#define HB_VERSION_CHECK(major,minor,micro) \ |
((major)*10000+(minor)*100+(micro) >= \ |