diff --git a/NEWS b/NEWS index f7b14a1..37d8e3d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Zenity 3.32.0 + - Fix autotools warnings (Javier Jardón) + - Use upstream autoreconf instead deprecated gnome-autogen (Javier Jardón) + - Add to DOAP file (Andre Klapper) + - Replace Bugzilla by Gitlab URL in DOAP file (Andre Klapper) + - help: Update all screenshots for Zenity 3.30 (Andre Klapper) + Zenity 3.30.0 - Translation updates diff --git a/configure.ac b/configure.ac index 71119a3..5dccdb0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.30.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.32.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.69])