summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 44d2f9a87..2220ffa7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.18.4:
+* Fix crash on copying directory (Carlos Soriano)
+
Major changes in 3.18.3:
* Check availability of PackageKit for installing extra apps (Cosimo Cechi)
* Fix overflow in 32 bits systems (Sebastian Bacher)
diff --git a/configure.ac b/configure.ac
index 9b3c53bc1..53972adbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.18.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.18.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================