summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2015-03-13 09:12:23 +0100
committerStefano Karapetsas <[email protected]>2015-03-13 09:12:23 +0100
commit45efcb759ae07a6c0f494dea03b83fb9456c4214 (patch)
treebd6278da6f6e91f6de55727e894c530f6a8495a7
parent8ec02fadf019129b2526d1acfda246ad88790d3e (diff)
downloadmate-utils-45efcb759ae07a6c0f494dea03b83fb9456c4214.tar.bz2
mate-utils-45efcb759ae07a6c0f494dea03b83fb9456c4214.tar.xz
Bump version to 1.8.2mate-utils-1.8.2
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d1cd2c65..0d6bdd73 100644
--- a/NEWS
+++ b/NEWS
@@ -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])