summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@collabora.co.uk>2018-10-16 12:53:10 +0200
committerZeeshan Ali <zeenix@collabora.co.uk>2018-10-16 12:53:56 +0200
commit9b6c03640e66a4e7d615200d95b89051b2214da1 (patch)
tree95c49c0baaa685972dd78c3152becc1f6d73856c
parent6d31b9cc88613979b04c0b41e3c0a4dd3591b18c (diff)
Release 2.5.12.5.1
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c4917c5..0e6c5d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.5.1
+=====
+
+- Fix libgeoclue ABI break in 2.5.0.
+- Use absolute paths for libexecdir.
+
2.5.0
=====
diff --git a/meson.build b/meson.build
index 9e86192..5ed6450 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('geoclue', 'c', version: '2.5.0', meson_version : '>= 0.47.2')
+project('geoclue', 'c', version: '2.5.1', meson_version : '>= 0.47.2')
gclue_version = meson.project_version()
ver_arr = gclue_version.split('.')