summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3347a37..bcbe143 100644
--- a/NEWS
+++ b/NEWS
@@ -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])