8000 11.4.5 · harfbuzz/harfbuzz@22f77d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 22f77d4

Browse files
committed
11.4.5
1 parent 6d1c70b commit 22f77d4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Overview of changes leading to 11.4.5
2+
Saturday, August 30, 2025
3+
=====================================
4+
* Bug fixes for “AAT” shaping, and other shaping micro optimizations.
5+
6+
17
Overview of changes leading to 11.4.4
28
Tuesday, August 26, 2025
39
=====================================

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('harfbuzz', ['c', 'cpp'],
22
meson_version: '>= 0.60.0',
3-
version: '11.4.4',
3+
version: '11.4.5',
44
default_options: [
55
'cpp_eh=none', # Just to support msvc, we are passing -fno-exceptions also anyway
66
# 'cpp_rtti=false', # Do NOT enable, wraps inherit it and ICU needs RTTI

src/hb-version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ HB_BEGIN_DECLS
5353
*
5454
* The micro component of the library version available at compile-time.
5555
*/
56-
#define HB_VERSION_MICRO 4
56+
#define HB_VERSION_MICRO 5
5757

5858
/**
5959
* HB_VERSION_STRING:
6060
*
6161
* A string literal containing the library version available at compile-time.
6262
*/
63-
#define HB_VERSION_STRING "11.4.4"
63+
#define HB_VERSION_STRING "11.4.5"
6464

6565
/**
6666
* HB_VERSION_ATLEAST:

0 commit comments

Comments
 (0)
0