summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@cl.no>2020-06-18 20:53:38 +0200
committerHans Petter Jansson <hpj@cl.no>2020-06-18 20:53:38 +0200
commitabd13e70136cef2afacaf4d284e74e4d69605a62 (patch)
tree7b14a274a05055a4aafa63ec7621ec19b8d63d6f
parent251300ad86c56678160d96a50647953477c1fa06 (diff)
downloaddesktop-file-utils-abd13e70136cef2afacaf4d284e74e4d69605a62.tar.gz
Post-release version bump to 0.26
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index dff6a4a..1208d66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([desktop-file-utils], [0.25],
+AC_INIT([desktop-file-utils], [0.26],
[https://bugs.freedesktop.org/enter_bug.cgi?product=desktop-file-utils])
AC_CONFIG_SRCDIR(src/validate.h)
diff --git a/meson.build b/meson.build
index 525a6f8..ed482ea 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('desktop-file-utils',
'c',
- version: '0.25',
+ version: '0.26',
meson_version: '>=0.49.0',
default_options: [
'c_std=gnu11',