summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-02-20 08:18:50 -0500
committerMatthias Clasen <mclasen@redhat.com>2023-02-20 08:18:50 -0500
commit8e506ba769cc8cc356d61f090f71bbb1a3b12037 (patch)
treec04036b51d4238a23148dfe783167cbfc8ee28fc
parent5e912b951efe4976adaf328a561f2a26ec794095 (diff)
downloadpango-8e506ba769cc8cc356d61f090f71bbb1a3b12037.tar.gz
Post-release version bump
-rw-r--r--NEWS3
-rw-r--r--meson.build2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 21336a06..9951f47a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Overview of changes in main, xx-xx-xxxx
+==========================================
+
Overview of changes in 1.50.13, 20-02-2023
==========================================
- win32: Add back fallback for empty fontsets
diff --git a/meson.build b/meson.build
index 50ec14b9..25c6760d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.13',
+ version: '1.50.14',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',