diff options
author | Elijah Newren <newren@gmail.com> | 2004-12-20 22:08:02 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2004-12-20 22:08:02 +0000 |
commit | 575bbe734241fb34a109dee96b1fdaffc25352ca (patch) | |
tree | badb28266f9f18d27ea2490261a4b9933f9c8e7a /configure.in | |
parent | 80ced567d3e30bcb29e3089c7ea6630ff4d5d75c (diff) | |
download | metacity-575bbe734241fb34a109dee96b1fdaffc25352ca.tar.gz |
post-release version bump to 2.9.3
2004-12-20 Elijah Newren <newren@gmail.com>
* configure.in: post-release version bump to 2.9.3
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 b33772d5..7bed06f6 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.2], +AC_INIT([metacity], [2.9.3], [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity]) AC_CONFIG_SRCDIR(src/display.c) |