Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Unified Diff: third_party/harfbuzz/hb-version.h

Issue 2179963005: DEPS: harfbuzz 1.2.7 → 1.3.0 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/harfbuzz/hb-ot-shape-complex-use-machine.hh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/harfbuzz/hb-version.h
diff --git a/third_party/harfbuzz/hb-version.h b/third_party/harfbuzz/hb-version.h
index c90db6b33e507f043e462fcbbf2ea9508b724be2..78e552e8377aeab5658880af3b361338f78d3da3 100644
--- a/third_party/harfbuzz/hb-version.h
+++ b/third_party/harfbuzz/hb-version.h
@@ -37,10 +37,10 @@ HB_BEGIN_DECLS
#define HB_VERSION_MAJOR 1
-#define HB_VERSION_MINOR 2
-#define HB_VERSION_MICRO 7
+#define HB_VERSION_MINOR 3
+#define HB_VERSION_MICRO 0
-#define HB_VERSION_STRING "1.2.7"
+#define HB_VERSION_STRING "1.3.0"
#define HB_VERSION_ATLEAST(major,minor,micro) \
((major)*10000+(minor)*100+(micro) <= \
« no previous file with comments | « third_party/harfbuzz/hb-ot-shape-complex-use-machine.hh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698