From 709be17c5adedf9e27b83c49c566abd3eaca8091 Mon Sep 17 00:00:00 2001 From: Arnaud Quette Date: Fri, 23 Dec 2016 23:55:43 +0100 Subject: [PATCH] Finalize release 0.66 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 470db00..92893ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-12-23 Arnaud Quette + * wmnut-0.66: + + + fix XDG desktop file content and execution bit + 2016-12-23 Arnaud Quette * wmnut-0.65: diff --git a/configure.ac b/configure.ac index d607c46..841b5d5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl ==================================================================== dnl | WMNut: configure.ac | dnl ==================================================================== -AC_INIT([wmnut],[0.65]) +AC_INIT([wmnut],[0.66]) AC_CANONICAL_HOST AC_CANONICAL_TARGET AC_CONFIG_SRCDIR(src/wmnut.c)