summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <thomas@thurman.org.uk>2007-12-15 03:31:34 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2007-12-15 03:31:34 +0000
commit623e4dc05cbbcc6f0f21d485c06636ea28a772d5 (patch)
tree13f3c8a483b2c8e5b6920629c51f55e69c8c9b3f
parent89e47e2431d9f8c4e3928c40dda064fcda173e66 (diff)
downloadmetacity-623e4dc05cbbcc6f0f21d485c06636ea28a772d5.tar.gz
Post-release bump to 2.21.5.
2007-12-14 Thomas Thurman <thomas@thurman.org.uk> * configure.in: Post-release bump to 2.21.5. svn path=/trunk/; revision=3475
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bbc75e3..b4571d96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-14 Thomas Thurman <thomas@thurman.org.uk>
+
+ * configure.in: Post-release bump to 2.21.5.
+
2007-12-14 Thomas Thurman <tthurman@gnome.org>
* NEWS: 2.21.3 release.
diff --git a/configure.in b/configure.in
index 4b788b4d..af7311e7 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], [3])
+m4_define([metacity_micro_version], [5])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])