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.24.1 + + * update translations + file-operations: don't attempt to move into the source dir + keep one .desktop suffix on desktop file renaming + fix distcheck error on archlinux and fedora + build: silent build warnings for distcheck + use MATE_COMPILE_WARNINGS from mate-common + fix runtime warning from newly unused code + Confirm before deleting during an undo operation + Updating the link of caja + Update authors + ### caja 1.24.0 * update translations diff --git a/configure.ac b/configure.ac index 82644a1a..b8322508 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.24.0], [https://mate-desktop.org]) +AC_INIT([caja], [1.24.1], [https://mate-desktop.org]) dnl --------------------------------------------------------------------------- |