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 46df32609..21830e747 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 3.19.93:
+* Use better arrows for the path bar (Carlos Soriano)
+
Major changes in 3.19.92:
* Use better thread handling in undo operations (Razvan Chitu)
* Disable zoom and sort menus when the folder is empty (Carlos Soriano)
diff --git a/configure.ac b/configure.ac
index b17f605ac..a7b45429b 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.19.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
+AC_INIT([nautilus],[3.19.93],[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================