diff options
author | Stefano Karapetsas <[email protected]> | 2015-03-13 09:12:23 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-03-13 09:12:23 +0100 |
commit | 45efcb759ae07a6c0f494dea03b83fb9456c4214 (patch) | |
tree | bd6278da6f6e91f6de55727e894c530f6a8495a7 | |
parent | 8ec02fadf019129b2526d1acfda246ad88790d3e (diff) | |
download | mate-utils-1.8.2.tar.bz2 mate-utils-1.8.2.tar.xz |
Bump version to 1.8.2mate-utils-1.8.2
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +1.8.2 + + * Bugfixes + * Add support for glib >= 2.43 + 1.8.1 * Add keywords key to .desktop files diff --git a/configure.ac b/configure.ac index 63df9be0..00d2d769 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [8]) -m4_define([mate_utils_micro], [1]) +m4_define([mate_utils_micro], [2]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |