diff options
author | Elijah Newren <newren@gmail.com> | 2005-02-07 18:07:54 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2005-02-07 18:07:54 +0000 |
commit | ffceb7819f287fb89654975997f93f209c8fc2d2 (patch) | |
tree | 0fd9218552dab19c39987ceb20f003200ab8a63b /configure.in | |
parent | 249c105d0186da4bf5c08b1d2592e545e60dabb7 (diff) | |
download | metacity-ffceb7819f287fb89654975997f93f209c8fc2d2.tar.gz |
post-release version bump to 2.9.21
2005-02-07 Elijah Newren <newren@gmail.com>
* configure.in: post-release version bump to 2.9.21
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ae1186e3..ee5a4c5c 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_PREREQ(2.50) # Fibonacci sequence for micro version numbering: # 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987 -AC_INIT([metacity], [2.9.13], +AC_INIT([metacity], [2.9.21], [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity]) AC_CONFIG_SRCDIR(src/display.c) |