diff options
author | Thomas Thurman <tthurman@gnome.org> | 2008-04-22 12:21:22 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2008-04-22 12:21:22 +0000 |
commit | 2caa49bca8472ec8f22b1fde8da80b379b8391c1 (patch) | |
tree | 20b1834bb0fbb4b3968359b62f8d0b979d3932da | |
parent | a8912c4fb936c7394f38dd799069c8183e596701 (diff) | |
download | metacity-2caa49bca8472ec8f22b1fde8da80b379b8391c1.tar.gz |
Post-release bump to 2.21.8. (Which was seriously belated. Sorry, folks.)
2008-04-22 Thomas Thurman <tthurman@gnome.org>
* configure.in: Post-release bump to 2.21.8.
(Which was seriously belated. Sorry, folks.)
svn path=/trunk/; revision=3686
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2008-04-22 Thomas Thurman <tthurman@gnome.org> + * configure.in: Post-release bump to 2.21.8. + (Which was seriously belated. Sorry, folks.) + +2008-04-22 Thomas Thurman <tthurman@gnome.org> + * src/core/effects.c: a few comments 2008-04-10 Lucas Rocha <lucasr@gnome.org> diff --git a/configure.in b/configure.in index a567d605..132faa9b 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], [5]) +m4_define([metacity_micro_version], [8]) m4_define([metacity_version], [metacity_major_version.metacity_minor_version.metacity_micro_version]) |