summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@cl.no>2020-06-19 14:25:04 +0200
committerHans Petter Jansson <hpj@cl.no>2020-06-19 14:50:09 +0200
commit02e13daa5a6a532181b66c8a197930b6f0171909 (patch)
treeee65ea01513cab02053e163b2da51a49aae0bacb
parent54cec012921e52eb66b6ee1a1f40f2e9c9849f7c (diff)
downloaddesktop-file-utils-02e13daa5a6a532181b66c8a197930b6f0171909.tar.gz
Post-release version bump to 0.27
-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 1208d66..84c598a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([desktop-file-utils], [0.26],
+AC_INIT([desktop-file-utils], [0.27],
[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 ed482ea..08295fa 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('desktop-file-utils',
'c',
- version: '0.26',
+ version: '0.27',
meson_version: '>=0.49.0',
default_options: [
'c_std=gnu11',