diff options
author | monsta <[email protected]> | 2015-11-30 11:00:43 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-11-30 11:00:43 +0300 |
commit | c4de7d52b96991e52929c66389e1ce4d066ffafc (patch) | |
tree | b924cc78ab800619f72c66699d4747212b06d7eb | |
parent | 935e6fdac236705f28a49722a0c84b9f564d7ba7 (diff) | |
download | mate-sensors-applet-1.12.1.tar.bz2 mate-sensors-applet-1.12.1.tar.xz |
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1.12.1 + + * Fix wrong size of GPU icon + 1.12.0 * Add support for nvidia thermal and cooler sensors (requires diff --git a/configure.ac b/configure.ac index dab2453..58dbd91 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # ================= initialization =================== # -AC_INIT([MATE Sensors Applet], [1.12.0], [http://www.mate-desktop.org], +AC_INIT([MATE Sensors Applet], [1.12.1], [http://www.mate-desktop.org], [mate-sensors-applet]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) |