diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Major changes in 2.91.93 are: +* Fix some memory leaks + Major changes in 2.91.92 are: * Use a raised button for Search * Tweak the floating bar background diff --git a/configure.in b/configure.in index f35f86f5a..71a4067a2 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl Interface break is not allowed. m4_define(nautilus_extension_current, 5) m4_define(nautilus_extension_revision, 0) -AC_INIT(nautilus, 2.91.92, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus) +AC_INIT(nautilus, 2.91.93, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus) dnl =========================================================================== |