diff options
author | Carlos Soriano <csoriano@gnome.org> | 2017-03-21 14:51:09 +0100 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2017-03-21 14:51:09 +0100 |
commit | 0b990c541c202412cb3a4120199af154094dfeac (patch) | |
tree | 033a953b552364fb4fabfe4bdf0b6311bcae193e | |
parent | Update Brazilian Portuguese translation (diff) | |
download | zenity-0b990c541c202412cb3a4120199af154094dfeac.tar.gz zenity-0b990c541c202412cb3a4120199af154094dfeac.tar.bz2 zenity-0b990c541c202412cb3a4120199af154094dfeac.zip |
release: Prepare for 3.24.0
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Zenity 3.24.0 + - Translations updates Zenity 3.22.0 - Several fixes for proper translations (Piotr Drąg) - Translation updates diff --git a/configure.ac b/configure.ac index 637b2d5e..5075ec12 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.22.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.24.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63]) |