[mutter] Bump version to 3.2.0



commit d2ca160ea346a593bbf12bc04e5a97bb37041c20
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Sep 26 14:19:16 2011 -0400

    Bump version to 3.2.0
    
    Update NEWS

 NEWS         |   14 ++++++++++++++
 configure.in |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fe6b33f..dabf778 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.2.0
+=====
+* Fix _NET_WM_FRAME_EXTENTS not to include invisible borders [Jasper; #659848]
+* Fix application-specified window placement (-geometry) for
+  invisible borders [Jasper; #659848]
+
+Contributors:
+ Jasper St. Pierre
+
+Translations:
+ Nilamdyuti Goswami [as], Carles Ferrando [ca valencia], Petr Kovar [cz],
+ Mario BlÃttermann [de], Inaki Larranaga [eu], Gabor Kelemen [hu],
+ Takayoshi Okano [ja], Changwoo Ryu [ko], Djavan Fagundes [pt_BR]
+
 3.1.92
 ======
 * Fix bug with unredirecting full-screen windows on multi-monitor -
diff --git a/configure.in b/configure.in
index 7c90fdf..37e3602 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
 AC_PREREQ(2.50)
 
 m4_define([mutter_major_version], [3])
-m4_define([mutter_minor_version], [1])
-m4_define([mutter_micro_version], [92])
+m4_define([mutter_minor_version], [2])
+m4_define([mutter_micro_version], [0])
 
 m4_define([mutter_version],
           [mutter_major_version.mutter_minor_version.mutter_micro_version])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]