diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +### caja 1.18.3 + + restore DBus interface initialization + CSS: Load a different caja-desktop.css with GTK 3.14 + file: make caja_file_get_gicon return custom icons too (#765) + Open With dialog: force icon size + update copyright year to 2017 + show correct right-click menu after making selection + ### caja 1.18.2 * icon and compact view: fix scrolling and renaming in large folders diff --git a/configure.ac b/configure.ac index d9014085..0246ffd9 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.18.2], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.18.3], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- |