summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Thurman <thomas@thurman.org.uk>2007-06-18 12:10:48 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2007-06-18 12:10:48 +0000
commit1f05ddcd0e6d821c1a5601025178bae4c5801eab (patch)
treeed0e0644c8d862c9ded613b8db59c186b8b7ce78 /configure.in
parent78604b64bcd7b169dc44d933f0c12ef12dfecc1b (diff)
downloadmetacity-1f05ddcd0e6d821c1a5601025178bae4c5801eab.tar.gz
post-release bump to 2.19.34.
2007-06-18 Thomas Thurman <thomas@thurman.org.uk> * configure.in: post-release bump to 2.19.34. svn path=/trunk/; revision=3250
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 20a4eea1..9d909b0b 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2])
m4_define([metacity_minor_version], [19])
# 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], [21])
+m4_define([metacity_micro_version], [34])
m4_define([metacity_version],
[metacity_major_version.metacity_minor_version.metacity_micro_version])