[pango] 1.40.13



commit 377b6e7e853a05715e1a53f0739042eb23418da7
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Oct 27 17:56:17 2017 -0400

    1.40.13

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ffc103f..2f113b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes between 1.40.12 and 1.40.13
+===============================================
+- Some performance improvements (#788643)
+- Update pango_default_break for line breaks (#788115)
+- Fix an introspection warning (#781857)
+
 Overview of changes between 1.40.11 and 1.40.12
 ===============================================
 - Fix pango_default_break for sentence start/end (#785978)
diff --git a/configure.ac b/configure.ac
index f740d04..3f3cc0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl
 dnl The triplet
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [40])
-m4_define([pango_version_micro], [12])
+m4_define([pango_version_micro], [13])
 
 m4_define([pango_version],
           [pango_version_major.pango_version_minor.pango_version_micro])
diff --git a/meson.build b/meson.build
index 3ad79a0..ea7f5ff 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('pango', 'c', 'cpp',
-        version: '1.40.12',
+        version: '1.40.13',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]