summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@gnome.org>2014-08-29 12:09:29 +0200
committerArx Cruz <arxcruz@gnome.org>2014-08-29 12:09:29 +0200
commitfb29bfd40541fcf7c41c509ecdaa5a30cee4e425 (patch)
tree2ab1bad368431f183de85a32afdf582f2faad551
parentUpdated Hebrew translation (diff)
downloadzenity-fb29bfd40541fcf7c41c509ecdaa5a30cee4e425.tar.gz
zenity-fb29bfd40541fcf7c41c509ecdaa5a30cee4e425.tar.bz2
zenity-fb29bfd40541fcf7c41c509ecdaa5a30cee4e425.zip
Bump to 3.13.90
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ed60473e..3ca2f93b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Zenity 3.13.90
+ - Translation updates
+
Zenity 3.12.1
- Translation updates
- doap: update URLs (Piotr Drąg)
diff --git a/configure.ac b/configure.ac
index 943aaeaf..17e103cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[3.12.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[3.13.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.63])
bgstack15