From aa565e5dee2ba3aa11345ea0fcb39befe7d1cef8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 11 Jan 2022 09:06:08 -0500 Subject: 1.48.11 --- NEWS | 1 + meson.build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5e7796e1..f40d685c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ Overview of changes in 1.48.11 ============================== * Be more careful with rounding (#578) +* Reinstate behavior of pango_attr_list_splice for gnumeric (#607) Overview of changes in 1.48.10 ============================== diff --git a/meson.build b/meson.build index 6d8de0b5..0e8a5c88 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pango', 'c', 'cpp', - version: '1.48.10', + version: '1.48.11', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.1