Skip to content

Commit

Permalink
Update HarfBuzz to version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brawer committed Jan 24, 2017
1 parent 9f1375d commit 50522b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/third_party/harfbuzz/autoconf_generated/hb-version.h
Expand Up @@ -37,10 +37,10 @@ HB_BEGIN_DECLS


#define HB_VERSION_MAJOR 1
#define HB_VERSION_MINOR 3
#define HB_VERSION_MICRO 0
#define HB_VERSION_MINOR 4
#define HB_VERSION_MICRO 2

#define HB_VERSION_STRING "1.3.0"
#define HB_VERSION_STRING "1.4.2"

#define HB_VERSION_ATLEAST(major,minor,micro) \
((major)*10000+(minor)*100+(micro) <= \
Expand Down
2 changes: 1 addition & 1 deletion src/third_party/harfbuzz/harfbuzz
1 change: 1 addition & 0 deletions src/third_party/harfbuzz/harfbuzz.gyp
Expand Up @@ -29,6 +29,7 @@
'harfbuzz/src/hb-ot-font.cc',
'harfbuzz/src/hb-ot-layout.cc',
'harfbuzz/src/hb-ot-map.cc',
'harfbuzz/src/hb-ot-var.cc',
'harfbuzz/src/hb-ot-shape-complex-arabic.cc',
'harfbuzz/src/hb-ot-shape-complex-default.cc',
'harfbuzz/src/hb-ot-shape-complex-hangul.cc',
Expand Down

0 comments on commit 50522b6

Please sign in to comment.