diff options
author | Thomas Thurman <thomas@thurman.org.uk> | 2007-12-19 12:15:29 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2007-12-19 12:15:29 +0000 |
commit | 3880951458910982807fc20ee9f11e22e947ddd2 (patch) | |
tree | ec25d3bc8c9411a2d56dee0f36b66e3af55afc18 | |
parent | 3229882183d62c909faa40816780fdfdff6c1f94 (diff) | |
download | metacity-3880951458910982807fc20ee9f11e22e947ddd2.tar.gz metacity-3880951458910982807fc20ee9f11e22e947ddd2.tar.bz2 |
Post-release bump to 2.21.8.
2007-12-19 Thomas Thurman <thomas@thurman.org.uk>
* configure.in: Post-release bump to 2.21.8.
svn path=/trunk/; revision=3490
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-12-19 Thomas Thurman <thomas@thurman.org.uk> + + * configure.in: Post-release bump to 2.21.8. + 2007-12-19 Thomas Thurman <tthurman@gnome.org> * NEWS: 2.21.5 release. diff --git a/configure.in b/configure.in index d194d04..576f740 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ m4_define([metacity_major_version], [2]) m4_define([metacity_minor_version], [21]) # 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]) |