diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +### caja 1.20.0 + + sync with transifex + drop CSS for GTK+ 3.14 + require GTK+ 3.22 and GLib 2.50 + Fix tasklist icon change when opening new tab + Include local files with "" instead of <> + search_dispose and search_finilize can't be run after search finished + add missing window icon to About dialog for extensions + move libegg to the top srcdir and drop some leftovers + update copyright year to 2018 + remove +x attr from source files + ### caja 1.19.3 * Translations update diff --git a/configure.ac b/configure.ac index d49f62f5..36827b6b 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.19.3], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.20.0], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- |