summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2013-03-06 08:24:13 +0100
committerPaolo Borelli <pborelli@gnome.org>2013-03-06 08:25:48 +0100
commitcd75dbb65d0c0797aef101ffa50b27cdf58e4c4c (patch)
treec7f647148ba24ca1e21fd16682e51ce60070c14f
parentd3a8c0250e64085559ff7e57f3ee5f3df60ab9c1 (diff)
downloadbaobab-cd75dbb65d0c0797aef101ffa50b27cdf58e4c4c.tar.gz
Release 3.7.913.7.91
-rw-r--r--NEWS5
-rw-r--r--configure.ac4
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e2380cf..1714a6a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+3.7.91
+ * Use the newest libgd to animate tranistion to and from the
+ results page
+ * Updated translations (de, pa, pt, pt_BR)
+
3.7.90
======
diff --git a/configure.ac b/configure.ac
index 3b92898..9de3eda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl -*- mode: m4 -*-
AC_PREREQ(2.63)
AC_INIT([baobab],
- [3.7.90],
+ [3.7.91],
[http://bugzilla.gnome.org/enter_bug.cgi?product=baobab],
[baobab])
@@ -44,7 +44,7 @@ AC_PATH_PROG(GLIB_COMPILE_RESOURCES, glib-compile-resources)
YELP_HELP_INIT
PKG_CHECK_MODULES(BAOBAB, [
- gtk+-3.0 >= 3.7.10
+ gtk+-3.0 >= 3.7.12
gio-2.0 >= 2.30.0
])