From 92931dd399e7aedb95e8ac15c0d27cc189b2b17e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 5 Jul 2019 17:08:11 +0200 Subject: release 1.23.0 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f58c661..62be673 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.1