diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Zenity 3.2.0 + + - [l10n]Updated Catalan (Valencian) translation (Carles Ferrando) + - Updated Basque language (Inaki Larranaga Murgoitio) + - Updated Finnish translation (Tommi Vainikainen) + - Updated Korean translation (Changwoo Ryu) + - Updated Assamese Translations:bugzilla#659595 (Nilamdyuti Goswami) + Zenity 3.1.92 - Updated Danish translation of the documentation (Joe Hansen) diff --git a/configure.ac b/configure.ac index 47edc4dd..50543a4d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[2.91.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.2.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63]) |