From 1c2a6b104afaee465728fb0b24a86fe90fd799f2 Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Fri, 22 Mar 2019 11:07:18 +0100 Subject: [PATCH] Bump to 3.32.0 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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])