diff options
author | Arx Cruz <arxcruz@gnome.org> | 2013-09-25 09:09:54 -0300 |
---|---|---|
committer | Arx Cruz <arxcruz@gnome.org> | 2013-09-25 09:09:54 -0300 |
commit | 7f6baa1477b7b0d239577ec07b9976e454186a6f (patch) | |
tree | 8f2873c94e58ce151e74d990f640cfee2769e8e9 | |
parent | db81eaa095a86d04f012e085b4eddb0e68993584 (diff) |
Bump to 3.10.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.10.0 + - Translation updates + Zenity 3.9.91 - Add a runtime check for X11 (bug #705335) (Benjamin Berg) diff --git a/configure.ac b/configure.ac index f1db40f..d480d8c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Zenity],[3.9.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) +AC_INIT([Zenity],[3.10.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity]) AC_PREREQ([2.63]) |