[mutter] Bump version to 3.10.0.1



commit dd64f62b2f956a10b40b35e774ff911ddca2afe4
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Sep 25 13:38:32 2013 -0400

    Bump version to 3.10.0.1
    
    Update NEWS

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ea3bf79..62f82f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+3.10.0.1
+========
+* Fix bug when a window changed size twice in a single frame - this
+  can happen with GTK+ client-side decorations [Giovanni, Owen; #708367]
+
+Contributors:
+  Giovanni Campagna, Owen Taylor
+
 3.10.0
 ======
 
diff --git a/configure.ac b/configure.ac
index 218a94a..32c84fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
 
 m4_define([mutter_major_version], [3])
 m4_define([mutter_minor_version], [10])
-m4_define([mutter_micro_version], [0])
+m4_define([mutter_micro_version], [0.1])
 
 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]