summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeeshan Ali <zeeshanak@gnome.org>2020-12-23 12:41:42 +0100
committerZeeshan Ali <zeeshanak@gnome.org>2020-12-23 12:44:45 +0100
commit3bb60dd600a8b247fd6049e7e5b1c73c2c5fc0e8 (patch)
treec9d9c6755362f604a8a3aa86edac25a2d5df7519
parent194529c7e7123b06d41eb8025cd4375aba271068 (diff)
Release 2.5.72.5.7
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cb9a754..6b2856d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2.5.7
+=====
+
+Many fixes. Can't bother to list them. You can get the list of changes from git.
+
+
2.5.6
=====
diff --git a/meson.build b/meson.build
index 088b651..f0ffe8b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('geoclue', 'c', version: '2.5.6', meson_version : '>= 0.47.2')
+project('geoclue', 'c', version: '2.5.7', meson_version : '>= 0.47.2')
gclue_version = meson.project_version()
ver_arr = gclue_version.split('.')