summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--meson.build2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f0240de..8c1d4a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+3.26.4
+------
+
+This release includes a fix to a test data file not being installed, and a
+bug fix for a bug in the libsoup3 port.
+
3.26.3
------
diff --git a/meson.build b/meson.build
index c9673eb..4b18db2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('geocode-glib', 'c', version: '3.26.3', meson_version : '>= 0.49.0')
+project('geocode-glib', 'c', version: '3.26.4', meson_version : '>= 0.49.0')
gclib_version = meson.project_version() # set in project() below
ver_arr = gclib_version.split('.')