summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/harfbuzz-ng/src/hb-version.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-10-31 08:33:08 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-11-01 15:00:13 +0100
commit38ce08aa8e98035ad7414130d82458ab8b228514 (patch)
tree2c7d325c407cd672b8cd7abffd4c5ed890113380 /src/3rdparty/harfbuzz-ng/src/hb-version.h
parenta20d9a570006ca1287d544785f4f1a21a7be18c1 (diff)
Update Harfbuzz to version 8.2.2
Pick-to: 5.15 6.2 6.5 6.6 Task-number: QTBUG-118615 Change-Id: Ifdf6023781c7202bc07f7cfb821c8cfefd2720a8 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/3rdparty/harfbuzz-ng/src/hb-version.h')
-rw-r--r--src/3rdparty/harfbuzz-ng/src/hb-version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/harfbuzz-ng/src/hb-version.h b/src/3rdparty/harfbuzz-ng/src/hb-version.h
index 902d51ec02..cd7257e45c 100644
--- a/src/3rdparty/harfbuzz-ng/src/hb-version.h
+++ b/src/3rdparty/harfbuzz-ng/src/hb-version.h
@@ -53,14 +53,14 @@ HB_BEGIN_DECLS
*
* The micro component of the library version available at compile-time.
*/
-#define HB_VERSION_MICRO 0
+#define HB_VERSION_MICRO 2
/**
* HB_VERSION_STRING:
*
* A string literal containing the library version available at compile-time.
*/
-#define HB_VERSION_STRING "8.2.0"
+#define HB_VERSION_STRING "8.2.2"
/**
* HB_VERSION_ATLEAST: