From 3dbfe2667888b0403303d5958d2b6a4ba0643c8b Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Mon, 13 Nov 2017 19:57:25 +0100 Subject: [PATCH] Release: Prepare for 3.26.0 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cecf91d..0d3892a 100644 --- a/NEWS +++ b/NEWS @@ -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 fb9f2fc..d0f8f36 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])