diff options
author | monsta <[email protected]> | 2015-07-21 10:53:27 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-07-21 10:53:27 +0300 |
commit | dbf1bc7c9a10a7844a90c9af78f6a95c16e22e3e (patch) | |
tree | a33edeb671f8e739e61152cf1b5a3cd335421c79 | |
parent | e91a260a98dc777bb05bc550e7f14149e0b4737b (diff) | |
download | mate-sensors-applet-dbf1bc7c9a10a7844a90c9af78f6a95c16e22e3e.tar.bz2 mate-sensors-applet-dbf1bc7c9a10a7844a90c9af78f6a95c16e22e3e.tar.xz |
Bump version to 1.10.4mate-sensors-applet-1.10.41.10
-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]) |