diff options
author | Elijah Newren <newren@gmail.com> | 2005-03-07 16:12:32 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2005-03-07 16:12:32 +0000 |
commit | 5b2061b520f220d440bf96507473f8b7e3a3a16d (patch) | |
tree | c7824f8b0e0206325f0796a037a1126c230519fe /configure.in | |
parent | c16108aba320e896e3f9b41bbb87912a6827c14d (diff) | |
download | metacity-5b2061b520f220d440bf96507473f8b7e3a3a16d.tar.gz |
post-release version bump to 2.10.1
2005-03-07 Elijah Newren <newren@gmail.com>
* configure.in: post-release version bump to 2.10.1
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 ef3c6f96..97aab27f 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.10.0], +AC_INIT([metacity], [2.10.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity]) AC_CONFIG_SRCDIR(src/display.c) |