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 544672d..5c1ec2c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+3.26.0
+------
+
+- Remove full build path from public headers so as to make the
+ build more easily reproduceable.
+
3.25.4.1
--------
diff --git a/meson.build b/meson.build
index d5df243..7910cc3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('geocode-glib', 'c', version: '3.25.4.1')
+project('geocode-glib', 'c', version: '3.26.0')
gclib_version = meson.project_version() # set in project() below
ver_arr = gclib_version.split('.')