summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-08-08 23:43:22 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-08-09 00:03:33 +0100
commit49b9a1bf3ad4e5c8cf2b77fdb6bc4125784a30de (patch)
tree1636c0a38be406a6bdd3b59fd5dff9e856dc7089
parent66dc913ab86a433e0c82a5aa397fa381c52e1a91 (diff)
downloadpango-49b9a1bf3ad4e5c8cf2b77fdb6bc4125784a30de.tar.gz
Release Pango 1.40.91.40.9
Changes from 1.40.8: - Build and dist fixes - Fix build on Windows with MSVC (#783274)
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f62bc278..04c69d72 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 a0012c8e..02b0ab77 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 a15922d9..cf98f6c9 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',