[libchamplain] 0.12.19



commit 37493068c81f28773a910ab3a781fe83fd8fb6f3
Author: Jiří Techet <techet gmail com>
Date:   Sun Mar 3 20:49:20 2019 +0100

    0.12.19

 NEWS         | 10 ++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fdfdcdc..623f6ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+libchamplain 0.12.19 (2019-03-03)
+=================================
+
+Stable release
+
+Changes:
+
+* Fix incorrect Requires in pc files when using meson (Jan Alexander Steffens)
+* Various meson-related fixes and cleanups (Jan Alexander Steffens)
+
 libchamplain 0.12.18 (2019-02-21)
 =================================
 
diff --git a/configure.ac b/configure.ac
index 1fa07fc..ece75a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AM_PROG_CC_C_O
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-LIBRARY_VERSION=11:8:11
+LIBRARY_VERSION=11:9:11
 CHAMPLAIN_API_VERSION=champlain_api_version
 CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_api_version
 CHAMPLAIN_MAJOR_VERSION=champlain_major_version
diff --git a/meson.build b/meson.build
index 89e0e65..0922f5e 100644
--- a/meson.build
+++ b/meson.build
@@ -30,7 +30,7 @@ api_version = '@0@.@1@'.format(
 #   been preserved, change to X.Y+1.0
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to X+1.0.0
-lib_version = '0.11.8'
+lib_version = '0.11.9'
 
 package_name = meson.project_name().strip('lib')
 package_string = '@0@-@1@'.format(package_name, api_version)


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