Merge tag '11.3.3'

11.3.3
diff --git a/NEWS b/NEWS
index a559673..60094b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes leading to 11.3.3
+Sunday, July 26, 2025
+====================================
+- Fix but in vertical shaping of fonts without the vmtx table.
+
 Overview of changes leading to 11.3.2
 Sunday, July 20, 2025
 ====================================
diff --git a/meson.build b/meson.build
index b743e4a..79f52bc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('harfbuzz', ['c', 'cpp'],
   meson_version: '>= 0.60.0',
-  version: '11.3.2',
+  version: '11.3.3',
   default_options: [
     'cpp_eh=none',          # Just to support msvc, we are passing -fno-exceptions also anyway
     # 'cpp_rtti=false',     # Do NOT enable, wraps inherit it and ICU needs RTTI
diff --git a/src/hb-version.h b/src/hb-version.h
index ce9ce4a..aaf0b01 100644
--- a/src/hb-version.h
+++ b/src/hb-version.h
@@ -53,14 +53,14 @@
  *
  * The micro component of the library version available at compile-time.
  */
-#define HB_VERSION_MICRO 2
+#define HB_VERSION_MICRO 3
 
 /**
  * HB_VERSION_STRING:
  *
  * A string literal containing the library version available at compile-time.
  */
-#define HB_VERSION_STRING "11.3.2"
+#define HB_VERSION_STRING "11.3.3"
 
 /**
  * HB_VERSION_ATLEAST: