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.27.0 + + * tx: sync with transifex + * tx: update resource + * tx: migrate config file + * ci: drop -Wunused-parameter compiler cflag from debian build + * Use a blank line at most + * tx: update resource + * user-guide: fix typo reported by translators + ### mate-sensors-applet 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index 33e0e3e..e9cfd33 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # ================= initialization =================== # -AC_INIT([mate-sensors-applet], [1.26.0], [https://github.com/mate-desktop/mate-sensors-applet/issues], +AC_INIT([mate-sensors-applet], [1.27.0], [https://github.com/mate-desktop/mate-sensors-applet/issues], [mate-sensors-applet], [https://mate-desktop.org]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) |