diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Major changes in 1.14.1 are: +* prefs dialog: don't crash on toggling "Show hidden and backup files" +* GTK+-3 theming: add a CSS file for caja, and initialize it at startup +* GTK+3: add style class caja-desktop-window at top level +* translation update + Major changes in 1.14.0 are: * Drop MateConf migration script * Allow closing tabs on middle-click diff --git a/configure.ac b/configure.ac index 01f7823f..c571656a 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.14.0], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.14.1], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version |