summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2006-10-07 22:03:10 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2006-10-07 22:03:10 +0000
commitb569dddc17652565daf879efee2cdf027dfeeac6 (patch)
treeda6e5eb3cb6fb7ba54274c8b531b6c95ccb03f4d
parent5d33a1bbb8a29996ca9087d65438d2b244795d67 (diff)
downloadmetacity-b569dddc17652565daf879efee2cdf027dfeeac6.tar.gz
post-release bump to 2.17.1.
* configure.in: post-release bump to 2.17.1.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 528b9c15..948429fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-10-07 Thomas Thurman <thomas@thurman.org.uk>
+ * configure.in: post-release bump to 2.17.1.
+
+2006-10-07 Thomas Thurman <thomas@thurman.org.uk>
+
* NEWS: 2.17.0 release.
2006-10-07 Thomas Thurman <thomas@thurman.org.uk>
diff --git a/configure.in b/configure.in
index 0bce7c6c..ea476a75 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
m4_define([metacity_minor_version], [17])
# 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], [0])
+m4_define([metacity_micro_version], [1])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])