From c0e26db7aae486405abeb1328484d53dada710b9 Mon Sep 17 00:00:00 2001 From: Victor Ananjevsky Date: Tue, 22 Nov 2022 08:01:15 +0200 Subject: [PATCH] bump version, prepare to release --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9e126b0..228aab0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 21.1 + - fixed some typos + - fixed permissions in thumbnails creation + - improve interpreteur string in yad-settings script + Version 12.0 - add ability to load several images in picture dialog - add color picker to color dialog and yad-tools diff --git a/configure.ac b/configure.ac index c16214a..644d57e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([YAD], [12.0], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/]) +AC_INIT([YAD], [12.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])