diff options
author | raveit65 <[email protected]> | 2019-07-05 17:08:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-05 17:08:11 +0200 |
commit | 92931dd399e7aedb95e8ac15c0d27cc189b2b17e (patch) | |
tree | 42d160e2698387014475787ec01d9b98398835aa | |
parent | 8fbcf96f7142fd9791299507c13cf3ca0bd82607 (diff) | |
download | mate-sensors-applet-1.23.0.tar.bz2 mate-sensors-applet-1.23.0.tar.xz |
release 1.23.0v1.23.0
-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]) |