diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-28 18:09:26 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-28 18:09:26 +0100 |
commit | e5007858f37829dac9f5a53dacc7742f0fcc0900 (patch) | |
tree | 8ce6ba4e999a23c413be5620275ffc6c37a03a12 | |
parent | c4542d0e521ffd36f84754cece27f93b79a487b1 (diff) | |
download | mate-applets-1.10.tar.bz2 mate-applets-1.10.tar.xz |
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Changes in MATE-Applets 1.10.4 +============================== + + - timerapplet: Fix typo in mate_panel_applet_set_background_widget + - Use `test' instead of `[ ]' in configure.ac + Changes in MATE-Applets 1.10.3 ============================== diff --git a/configure.ac b/configure.ac index 0aefdc60..c867af31 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.10.3) +AC_INIT(mate-applets, 1.10.4) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |