summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',