From 732297bec375162f199f88649943df776d9e8682 Mon Sep 17 00:00:00 2001 From: step- Date: Sat, 1 Jul 2023 21:16:42 +0200 Subject: [PATCH] 81 fix regression: can't set label of notification menu item --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 037921a..af12e79 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # write PACKAGE_URL as "http" not "https" for About dialog to display a clickable link in the Credits tab. -AC_INIT([YAD], [0.42.80], [https://github.com/step-/yad/issues], yad, [http://github.com/step-/yad]) +AC_INIT([YAD], [0.42.81], [https://github.com/step-/yad/issues], yad, [http://github.com/step-/yad]) AC_CONFIG_AUX_DIR([build]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip])