diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2018-02-03 23:37:10 -0500 |
---|---|---|
committer | Jeremy Bicha <jbicha@ubuntu.com> | 2018-02-03 23:41:00 -0500 |
commit | 439527f3c4aa64243eb0cc3ff79d6da62182e4ea (patch) | |
tree | ede428502b0467ab0ab2f60470f053b13d8ab475 | |
parent | build: default to xz tarballs (diff) | |
download | zenity-439527f3c4aa64243eb0cc3ff79d6da62182e4ea.tar.gz zenity-439527f3c4aa64243eb0cc3ff79d6da62182e4ea.tar.bz2 zenity-439527f3c4aa64243eb0cc3ff79d6da62182e4ea.zip |
release: Prepare for 3.27.90
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Zenity 3.27.90 + - Several fixes for proper translations (Piotr Drąg) + - Translation updates + Zenity 3.26.0 - Use GtkFileChooserNative for the file chooser (Patrick Griffins) diff --git a/configure.ac b/configure.ac index b5340bec..2c96c452 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.26.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.27.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63]) |