summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a369834f6..11b408ee3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.4.0 are:
+* Fix a regression where "Open With" was hidden for folders
+* Translation updates
+
Major changes in 3.3.92 are:
* Fix scrolling in compact view to work with latest GTK
* Fix Ctrl+Scroll zooming to work with latest GTK
diff --git a/configure.in b/configure.in
index ca1bc3210..e1c24cf4a 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.3.92, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.4.0, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================