diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-28 15:09:31 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-28 15:09:31 +0100 |
commit | 44faa2ac863bc706a4ff55ab63fa821dc417ed7d (patch) | |
tree | f4346645672c3bf25d2383990a9d4c2f8732e99b | |
parent | 1cc43fff5546b4ecbdd77b8355faca915687eb1d (diff) | |
download | mate-utils-44faa2ac863bc706a4ff55ab63fa821dc417ed7d.tar.bz2 mate-utils-44faa2ac863bc706a4ff55ab63fa821dc417ed7d.tar.xz |
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +1.10.4 + + * logviewer: Provide an application icon + * GTK3: reduce height of statusbar + 1.10.3 * Fixed silent rules option by dropping obsolete "shave" diff --git a/configure.ac b/configure.ac index 263224fc..d0dcf1d6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [10]) -m4_define([mate_utils_micro], [3]) +m4_define([mate_utils_micro], [4]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |