diff options
author | Carlos Soriano <csoriano@gnome.org> | 2017-11-13 19:57:25 +0100 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2017-11-13 19:57:25 +0100 |
commit | 3dbfe2667888b0403303d5958d2b6a4ba0643c8b (patch) | |
tree | 2e1c8e102b4730d20a726ecf0cebf8765310e0bd | |
parent | Update Dutch translation (diff) | |
download | zenity-3dbfe2667888b0403303d5958d2b6a4ba0643c8b.tar.gz zenity-3dbfe2667888b0403303d5958d2b6a4ba0643c8b.tar.bz2 zenity-3dbfe2667888b0403303d5958d2b6a4ba0643c8b.zip |
Release: Prepare for 3.26.0
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Zenity 3.26.0 + - Use GtkFileChooserNative for the file chooser (Patrick Griffins) + Zenity 3.24.2 - No changes diff --git a/configure.ac b/configure.ac index fb9f2fcf..d0f8f365 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.24.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.26.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63]) |