diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Zenity 3.13.92 + - translation updates + - Bug 733870 - Segmentation fault on zenity --notification (Arx Cruz) + Zenity 3.13.90 - Translation updates diff --git a/configure.ac b/configure.ac index 17e103cb..aa7ceb17 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.13.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.13.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63]) |