summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--meson.build2
2 files changed, 2 insertions, 1 deletions
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',