diff options
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +### mate-user-share 1.23.0 + + * Translations update + * silent output + * Remove trailing whitespaces + * [ci] Add cppcheck html report + * Change url project's website + * [ci] Enable Clang Static Analyzer + * Fix HTTPD config notice + * help: update copyright + ### mate-user-share 1.22.0 * Translations update diff --git a/configure.ac b/configure.ac index 19cfbda..b23dd06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(mate-user-share, 1.22.0) +AC_INIT(mate-user-share, 1.23.0) AC_CONFIG_MACRO_DIR([m4]) |