summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@gnome.org>2011-09-26 19:45:59 -0300
committerArx Cruz <arxcruz@gnome.org>2011-09-26 19:45:59 -0300
commitee8584e28627fbcc885286cac46f7bef7424b8ba (patch)
treee90383d875c42b733b0aee49a61191b31569139c
parent[l10n]Updated Catalan (Valencian) translation (diff)
downloadzenity-ee8584e28627fbcc885286cac46f7bef7424b8ba.tar.gz
zenity-ee8584e28627fbcc885286cac46f7bef7424b8ba.tar.bz2
zenity-ee8584e28627fbcc885286cac46f7bef7424b8ba.zip
Bump to 3.2.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b9324cc3..11b1e56b 100644
--- a/NEWS
+++ b/NEWS
@@ -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])
bgstack15