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 bf33f36ed..1431cc12b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.1.90 are:
+* Remove the built-in audio previewer
+
Major changes in 3.1.4 are:
* Remove the 'Create Launcher' options from the desktop
* Improve the 'File System' entry in the places sidebar
diff --git a/configure.in b/configure.in
index 254a5d687..e44e01a4b 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 5)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 3.1.4, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.1.90, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================