summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2008-07-14 01:30:25 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-07-14 01:30:25 +0000
commitf9a0c6d45651ae2f7534c431ce5153ef7e8ac9ed (patch)
tree9eed9afd02cec40fb87d4fc1dab325beff6886b6
parent7ec80544910ca7d67d4c919ed1ce8f6033457798 (diff)
downloadmetacity-f9a0c6d45651ae2f7534c431ce5153ef7e8ac9ed.tar.gz
Post-release bump to 2.23.89.
svn path=/trunk/; revision=3791
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b33680e5..13ac3184 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-07-14 Thomas Thurman <tthurman@gnome.org>
+ * configure.in: Post-release bump to 2.23.89.
+
+2008-07-14 Thomas Thurman <tthurman@gnome.org>
+
* NEWS: 2.23.55 release.
2008-07-13 Thomas Thurman <tthurman@gnome.org>
diff --git a/configure.in b/configure.in
index 26f3b3ce..e2c327fc 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
m4_define([metacity_minor_version], [23])
# 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], [55])
+m4_define([metacity_micro_version], [89])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])