summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7937d70..009afa5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
+3.8.1
+=====
+
+ * Updated translations (crh, fi, ja, uk, zh_CN)
+
3.8.0
-======
+=====
* Updated translations (fa, fr, hi, kn, nl, or, te, tg, fi, fr, hu)
diff --git a/configure.ac b/configure.ac
index a52bafa..b6a5a16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl -*- mode: m4 -*-
AC_PREREQ(2.63)
AC_INIT([baobab],
- [3.8.0],
+ [3.8.1],
[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.12
+ gtk+-3.0 >= 3.8.0
gio-2.0 >= 2.30.0
])