summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 40c36322..505497b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,7 @@
-Overview of changes in 1.50.12, xx-xx-xxxx
+Overview of changes in 1.50.13, xx-xx-xxxx
+==========================================
+
+Overview of changes in 1.50.12, 18-11-2022
==========================================
- Fix weight conversion on MacOS
- Update to Unicode 15
diff --git a/meson.build b/meson.build
index 723e0c22..ca296da3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.12',
+ version: '1.50.13',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',