summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2019-03-03 20:49:20 +0100
committerJiří Techet <techet@gmail.com>2019-03-03 20:49:20 +0100
commit37493068c81f28773a910ab3a781fe83fd8fb6f3 (patch)
tree0607b0eaecfc13f3f33ab73658338616bb2a8467
parent20cd17cc0dedf14aab2688094a224f1f8a4f9def (diff)
downloadlibchamplain-37493068c81f28773a910ab3a781fe83fd8fb6f3.tar.gz
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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)