diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1.10.4 + + * Fix regression that caused segfault + 1.10.3 * Set icons for prefs and about dialogs diff --git a/configure.ac b/configure.ac index 24c4bce..82f2861 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # ================= initialization =================== # -AC_INIT([MATE Sensors Applet], [1.10.3], [http://www.mate-desktop.org], +AC_INIT([MATE Sensors Applet], [1.10.4], [http://www.mate-desktop.org], [mate-sensors-applet]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) |