summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2007-01-29 18:33:07 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2007-01-29 18:33:07 +0000
commit2bde070e91f1ff730a8df1efe6073417c6a8346f (patch)
treea36c827ea561ad7d0eb08caf1dbbd3093dd13c24
parent7853a5f66e7223e8fa8914a11b6871f40da7cec2 (diff)
downloadmetacity-2bde070e91f1ff730a8df1efe6073417c6a8346f.tar.gz
bump
svn path=/branches/gnome-2-16/; revision=3054
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f180c93a..253032d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2006-10-02 Thomas Thurman <thomas@thurman.org.uk>
+2007-01-29 Thomas Thurman <thomas@thurman.org.uk>
+
+ * configure.in: post-release bump to 2.16.8
+
+2007-01-29 Thomas Thurman <thomas@thurman.org.uk>
* NEWS: 2.16.5 release
diff --git a/configure.in b/configure.in
index 9363be6e..6609d0d3 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
m4_define([metacity_minor_version], [16])
# 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], [5])
+m4_define([metacity_micro_version], [8])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])