summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d3e24b58d..206793fc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 2.31.90 are:
+* Don't make pathbar buttons disappear when deleting a folder
+* Remove useless unique-1.0 dependency
+* Don't use deprecated GtkNotebookPage
+* Translation updates
+
Major changes in 2.31.6 are:
* This release is based on 2.30.1
* A long list of fixes have been backported from the master branch,
diff --git a/configure.in b/configure.in
index 15bc4a7e5..bdf6874a5 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 3)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[2.31.6],
+AC_INIT([nautilus],[2.31.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================