diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-01-11 09:06:08 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-01-11 09:06:08 -0500 |
commit | aa565e5dee2ba3aa11345ea0fcb39befe7d1cef8 (patch) | |
tree | 8fef1a154a8f8ba71a46289a8e71b61693bd86c6 | |
parent | 066061c1ad31e31726c720f3e4a24e66a1ca4385 (diff) | |
download | pango-1-48.tar.gz |
1.48.111.48.11pango-1-48
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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', |