[pango] Release Pango 1.40.9



commit 49b9a1bf3ad4e5c8cf2b77fdb6bc4125784a30de
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Aug 8 23:43:22 2017 +0100

    Release Pango 1.40.9
    
    Changes from 1.40.8:
    
      - Build and dist fixes
      - Fix build on Windows with MSVC (#783274)

 NEWS         |    5 +++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f62bc27..04c69d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes between 1.40.8 and 1.40.9
+=============================================
+- Build and dist fixes
+- Fix build on Windows with MSVC (#783274)
+
 Overview of changes between 1.40.7 and 1.40.8
 =============================================
 - Support emoji sequences in boundary determination
diff --git a/configure.ac b/configure.ac
index a0012c8..02b0ab7 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], [8])
+m4_define([pango_version_micro], [9])
 
 m4_define([pango_version],
           [pango_version_major.pango_version_minor.pango_version_micro])
diff --git a/meson.build b/meson.build
index a15922d..cf98f6c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('pango', 'c', 'cpp',
-        version: '1.40.8',
+        version: '1.40.9',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',


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