summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <thomas@thurman.org.uk>2007-11-12 04:48:04 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2007-11-12 04:48:04 +0000
commitf4e327f69c40eb4ef77938d8f61e8646e05d16cd (patch)
treeef11e6d55fb4d3c1c7c674864fcc58da097bfc95
parentb61359506c9fb333f665cc7238256129dc718988 (diff)
downloadmetacity-f4e327f69c40eb4ef77938d8f61e8646e05d16cd.tar.gz
Post-release bump to 2.21.2.
2007-11-11 Thomas Thurman <thomas@thurman.org.uk> * configure.in: Post-release bump to 2.21.2. 2007-11-11 Thomas Thurman <thomas@thurman.org.uk> * NEWS: 2.21.1 release. svn path=/trunk/; revision=3389
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 36250f3c..abac1dc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-11-11 Thomas Thurman <thomas@thurman.org.uk>
+ * configure.in: Post-release bump to 2.21.2.
+
+2007-11-11 Thomas Thurman <thomas@thurman.org.uk>
+
+ * NEWS: 2.21.1 release.
+
+2007-11-11 Thomas Thurman <thomas@thurman.org.uk>
+
* src/window.c (meta_window_show): adjust expression which decides
whether new windows should not go on top, so that restacking happens
only the first time a window is mapped. Thanks to Olav Vitters for
diff --git a/configure.in b/configure.in
index 707a5309..f77e02c6 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
m4_define([metacity_minor_version], [21])
# Fibonacci sequence for micro version numbering:
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
-m4_define([metacity_micro_version], [1])
+m4_define([metacity_micro_version], [2])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])