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-sensors-applet 1.23.0 + + * Translations update + * Remove trailing whitespaces + * Change url project's website + * [ci] Add cppcheck html report + * [ci] Enable Clang Static Analyzer + * help: update copyright + * Help: Use XInclude instead of ENTITY for legal.xml + ### mate-sensors-applet 1.22.0 * Translations update diff --git a/configure.ac b/configure.ac index 8b72dc7..5db062c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # ================= initialization =================== # -AC_INIT([MATE Sensors Applet], [1.22.0], [https://mate-desktop.org], +AC_INIT([MATE Sensors Applet], [1.23.0], [https://mate-desktop.org], [mate-sensors-applet]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) |