summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-11-18 21:37:43 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-11-18 21:37:43 -0500
commitf9feedc0fb729aba4f80fcf9c8140f31fbfed4d7 (patch)
tree586dd854c9d1b63c47ad7bb1fb369c68d15e0778
parent3d3f165e77178b630d7dc2b733e64af513c99f5f (diff)
downloadpango-f9feedc0fb729aba4f80fcf9c8140f31fbfed4d7.tar.gz
Post-release version bump
-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',