summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-03-26 11:47:03 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-03-26 11:47:03 -0400
commitb6972a97ab14dc86c2e5130feda39d3bc5c7a355 (patch)
treed9c8e3247af6793442bf9ca0ed94307e7f653cf5
parentc1551dfcfa9c92bf43c57b219535f63a9fecdad4 (diff)
downloadnautilus-b6972a97ab14dc86c2e5130feda39d3bc5c7a355.tar.gz
release: prepare for 3.4.03.4.0
-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 ===========================================================================