summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b3c0ae0b..63f4455d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-Overview of changes
-===================
+Overview of changes in 1.50.1, 10-12-2021
+=========================================
* Fix a crash in tab handling
* Fix tab positioning without line wrapping
* Fix an assertion failure found by fuzzing
diff --git a/meson.build b/meson.build
index acead2d8..80c79032 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('pango', 'c', 'cpp',
- version: '1.50.0',
+ version: '1.50.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',