summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <thomas@thurman.org.uk>2007-04-09 03:15:36 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2007-04-09 03:15:36 +0000
commitddbc3178fd9536cdf6c7c65a5ef19598c9a3c7f2 (patch)
tree85b9bb7bb794314bf54d9803fb50bcb89ce0c799
parent1490a2843c10408145377ea060b31f89ee524229 (diff)
downloadmetacity-ddbc3178fd9536cdf6c7c65a5ef19598c9a3c7f2.tar.gz
post-release version bump to 2.18.3.
2007-04-08 Thomas Thurman <thomas@thurman.org.uk> * configure.in: post-release version bump to 2.18.3. svn path=/branches/gnome-2-18/; revision=3180
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fd8c8b9..b8febc16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-08 Thomas Thurman <thomas@thurman.org.uk>
+
+ * configure.in: post-release version bump to 2.18.3
+
2007-04-08 Arthur Taylor <theycallhimart@gmail.com>
* src/frames.c (meta_frames_apply_shapes): adjusted the rounded
diff --git a/configure.in b/configure.in
index d0fcd63a..3569dcee 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
m4_define([metacity_minor_version], [18])
# 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], [2])
+m4_define([metacity_micro_version], [3])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])