summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 30584a91..cb70dc5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in 1.44.5
+=============================
+- Revert a broken change (causing crashes on OS X)
+
Overview of changes in 1.44.4
=============================
- Add an insert-hyphens attribute
diff --git a/meson.build b/meson.build
index 95e43cfe..91ed71f2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.44.4',
+ version: '1.44.5',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',