summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 44e6aa72c..5364f4122 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 2.91.6 are:
+* Fix build with GTK+ 2.91.7
+
Major changes in 2.91.5 are:
* Tweak sidebar appearance with CSS
* Remove 'exit-with-last-window' preference
diff --git a/configure.in b/configure.in
index 774f8fce9..a720f9e57 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 4)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 2.91.5, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 2.91.6, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================