summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <thomas@thurman.org.uk>2007-11-18 04:40:22 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2007-11-18 04:40:22 +0000
commita8583668eb9bb40e2459c1ede07cf6b4f829022f (patch)
tree93741922a7eeb6972002866d68031f9dc5e547c0
parent4b0fd1b7d8d89ebbcb060d6473b58a46f32ffd90 (diff)
downloadmetacity-a8583668eb9bb40e2459c1ede07cf6b4f829022f.tar.gz
Post-release bump to 2.21.3.
2007-11-17 Thomas Thurman <thomas@thurman.org.uk> * configure.in: Post-release bump to 2.21.3. svn path=/trunk/; revision=3414
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19e7c8f2..f4c7a687 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-11-17 Thomas Thurman <thomas@thurman.org.uk>
+ * configure.in: Post-release bump to 2.21.3.
+
+2007-11-17 Thomas Thurman <thomas@thurman.org.uk>
+
* NEWS: 2.21.2 release.
2007-11-17 Benjamin Gramlich <benjamin.gramlich@gmail.com>
diff --git a/configure.in b/configure.in
index f77e02c6..4b788b4d 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], [2])
+m4_define([metacity_micro_version], [3])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])