From a06afb77885a69040c22a1933254c9f6065805dd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 21 Nov 2012 13:59:24 -0500 Subject: [PATCH] 3.7.2 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 17b7a40..f19ac62 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Zenity 3.7.2 + + - Translation updates + Zenity 3.6.0 - #684329 Add an option to set a custom dialog icon diff --git a/configure.ac b/configure.ac index 1566a70..cc96350 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.6.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.7.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63])