diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +### mate-user-share 1.24.0 + + * Translations update + * Update copyright to 2020 + * avoid redundant redeclarations + * desktop files: add translator hints + * Let xgettext recognize caja-extension.in as a desktop file + * Let Description in .caja-extension be translatable + * migrate from intltool to gettext + ### mate-user-share 1.23.0 * Translations update diff --git a/configure.ac b/configure.ac index 50d2319..06d7349 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(mate-user-share, 1.23.0) +AC_INIT(mate-user-share, 1.24.0) AC_CONFIG_MACRO_DIR([m4]) |