summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-03-02 10:26:55 -0500
committerMatthias Clasen <mclasen@redhat.com>2023-03-02 10:26:55 -0500
commit818b549bafbaef9323ceedffb3930113ae008af7 (patch)
tree0345a5530ef744abb508ac9f50be12dc6e2d04ce
parent25c27f452294f84044d5cc9f23b637193c7b4421 (diff)
downloadpango-818b549bafbaef9323ceedffb3930113ae008af7.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 37aad9d8..4b5b9a06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Overview of changes in main, xx-xx-xxxx
+==========================================
+
Overview of changes in 1.50.14, 02-03-2023
==========================================
- Fix underline thickness in scaled contexts
diff --git a/meson.build b/meson.build
index 25c6760d..fcd0bee8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.14',
+ version: '1.50.15',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',