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.25.2 + + * sync with transifex + * build: fix dist target + * i18n: Fix fetching all keywords on desktop files + * Fix desktop file validation warning + * caja-places-sidebar: upgrade format drive item + * Update copyright to 2021 + ### caja 1.25.1 * sync with transifex diff --git a/configure.ac b/configure.ac index a8f4859b..906e8e5e 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.25.1], [https://mate-desktop.org]) +AC_INIT([caja], [1.25.2], [https://mate-desktop.org]) dnl --------------------------------------------------------------------------- |