summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b0c079d..5a93c9f 100644
--- a/NEWS
+++ b/NEWS
@@ -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])