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

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

Issue 70193010: Update harfbuzz-ng to 0.9.24 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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-ng/src/hb-uniscribe.cc ('k') | third_party/harfbuzz-ng/src/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 29b1c06a0a4641db83ba4e42832ad5bf1e36d9aa..5f83b13671c548267b2301efe850548c723ee1cc 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 17
+#define HB_VERSION_MICRO 24
-#define HB_VERSION_STRING "0.9.17"
+#define HB_VERSION_STRING "0.9.24"
#define HB_VERSION_CHECK(major,minor,micro) \
((major)*10000+(minor)*100+(micro) >= \
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-uniscribe.cc ('k') | third_party/harfbuzz-ng/src/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698