diff options
author | Stefano Karapetsas <[email protected]> | 2014-04-29 20:24:34 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-04-29 20:24:34 +0200 |
commit | 310181bbdddc2e8bdb43d54a6321a1f36649423f (patch) | |
tree | 882f97bd64ff5ab4685af1811f4a19682e894b68 | |
parent | 55d98dad8349e4df74cae480b0c1c3a6461802e2 (diff) | |
download | mate-sensors-applet-310181bbdddc2e8bdb43d54a6321a1f36649423f.tar.bz2 mate-sensors-applet-310181bbdddc2e8bdb43d54a6321a1f36649423f.tar.xz |
Bump version to 1.9.0
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +1.9.0 + + * ... + 1.8.0 * Use yelp-tools instead of mate-doc-utils diff --git a/configure.ac b/configure.ac index b6b0c53..8bb721b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # ================= initialization =================== # -AC_INIT([MATE Sensors Applet], [1.8.0], [http://www.mate-desktop.org], +AC_INIT([MATE Sensors Applet], [1.9.0], [http://www.mate-desktop.org], [mate-sensors-applet]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) |