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