From 3857a0a8822fc0a7206e804f15cc17b85a5f8ce2 Mon Sep 17 00:00:00 2001 From: Victor Ananjevsky Date: Sun, 11 Aug 2019 13:43:29 +0300 Subject: [PATCH] release 4.1 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 44d6af2..3ee5847 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 4.1 + - fix handling tree data from stdin in list dialog + Version 4.0 - font can be selected with double-click in font dialog - add application chooser dialog and application chooser field in form dialog diff --git a/configure.ac b/configure.ac index 963ab29..91e58e0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([YAD], [4.0], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/]) +AC_INIT([YAD], [4.1], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip])