summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2006-07-24 18:36:01 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2006-07-24 18:36:01 +0000
commitedfaf1a6bcbad377bbc787a095360b884285ec58 (patch)
tree4ce22ce63703d7608ca163fcb9d5dd7e48fcc58b
parent1538ffa04c115eb9c3d5333005ad77ae4fd26f9b (diff)
downloadmetacity-edfaf1a6bcbad377bbc787a095360b884285ec58.tar.gz
post-release version bump to 2.15.21
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a8ab6c78..4bebd7aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-07-24 Thomas Thurman <thomas@thurman.org.uk>
+ * configure.in: post-release version bump to 2.15.21
+
+2006-07-24 Thomas Thurman <thomas@thurman.org.uk>
+
* NEWS: 2.15.13 release
2006-07-24 Björn Lindqvist <bjourne@gmail.com>
diff --git a/configure.in b/configure.in
index 10c9e930..aec79c0a 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
# Fibonacci sequence for micro version numbering:
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
-AC_INIT([metacity], [2.15.13],
+AC_INIT([metacity], [2.15.21],
[http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
AC_CONFIG_SRCDIR(src/display.c)