summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2015-03-08 21:04:27 +0100
committerStefano Karapetsas <[email protected]>2015-03-08 21:04:27 +0100
commit0f870fa1738fbea3b0ca3f5a853fb8eb3a445f70 (patch)
treef7c816469953b61d8fbad3562f5495113586fcb6
parent2d1be17303aa8fe96a058a9e1275767fdfeb66b9 (diff)
downloadmarco-0f870fa1738fbea3b0ca3f5a853fb8eb3a445f70.tar.bz2
marco-0f870fa1738fbea3b0ca3f5a853fb8eb3a445f70.tar.xz
Bump version to 1.8.3
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1a58e8c1..0dc6cba3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+1.8.3
+ * Bugfixes, support for glib >= 2.43
+
1.8.2
* Tell we are Metacity to avoid issues with maximized Java applications
* Tell to GTK3 that marco support _GTK_FRAME_EXTENTS hint
diff --git a/configure.ac b/configure.ac
index 95d69efc..da9ec831 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
m4_define([marco_major_version], [1])
m4_define([marco_minor_version], [8])
-m4_define([marco_micro_version], [2])
+m4_define([marco_micro_version], [3])
m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])