Skip to content

Commit

Permalink
2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Oct 28, 2019
1 parent 5a59de2 commit ce11df1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Overview of changes leading to 2.6.3
Monday, October 28, 2019
====================================
- Misc small fixes, mostly to build-related issues.
- New API:
+hb_font_get_nominal_glyphs()


Overview of changes leading to 2.6.2
Monday, September 30, 2019
====================================
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
[2.6.2],
[2.6.3],
[https://github.com/harfbuzz/harfbuzz/issues/new],
[harfbuzz],
[http://harfbuzz.org/])
Expand Down
2 changes: 1 addition & 1 deletion src/hb-font.cc
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ hb_font_get_nominal_glyph (hb_font_t *font,
*
* Return value:
*
* Since: REPLACEME
* Since: 2.6.3
**/
unsigned int
hb_font_get_nominal_glyphs (hb_font_t *font,
Expand Down
4 changes: 2 additions & 2 deletions src/hb-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ HB_BEGIN_DECLS

#define HB_VERSION_MAJOR 2
#define HB_VERSION_MINOR 6
#define HB_VERSION_MICRO 2
#define HB_VERSION_MICRO 3

#define HB_VERSION_STRING "2.6.2"
#define HB_VERSION_STRING "2.6.3"

#define HB_VERSION_ATLEAST(major,minor,micro) \
((major)*10000+(minor)*100+(micro) <= \
Expand Down

0 comments on commit ce11df1

Please sign in to comment.