diff options
author | Elijah Newren <newren@gmail.com> | 2005-01-24 06:55:48 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2005-01-24 06:55:48 +0000 |
commit | 145d1340954b75ff5c71fa5aa8d7ea1693748b83 (patch) | |
tree | 93639963d6858dd2e5a580d6ffbb77c4fbc5596d /configure.in | |
parent | 1a5d738e68cb3a1dd9960e23968e0dd8a9e41747 (diff) | |
download | metacity-145d1340954b75ff5c71fa5aa8d7ea1693748b83.tar.gz |
post-release version bump to 2.9.8
2005-01-23 Elijah Newren <newren@gmail.com>
* configure.in: post-release version bump to 2.9.8
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 2d67a776..86fcf66c 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.5], +AC_INIT([metacity], [2.9.8], [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity]) AC_CONFIG_SRCDIR(src/display.c) |