diff options
author | Elijah Newren <newren@gmail.com> | 2005-03-07 16:11:28 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2005-03-07 16:11:28 +0000 |
commit | c16108aba320e896e3f9b41bbb87912a6827c14d (patch) | |
tree | 574313526c66ce192bffbfa1ce87842015e8c186 /configure.in | |
parent | de4ab5cede30122429c1145c49eefd653339c369 (diff) | |
download | metacity-c16108aba320e896e3f9b41bbb87912a6827c14d.tar.gz |
2.10.0 releaseMETACITY_2_10_0
2005-03-07 Elijah Newren <newren@gmail.com>
* configure.in:
* README:
* NEWS:
2.10.0 release
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 4be4483f..ef3c6f96 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.55], +AC_INIT([metacity], [2.10.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=metacity]) AC_CONFIG_SRCDIR(src/display.c) @@ -499,5 +499,5 @@ metacity-$VERSION: Xsync: ${found_xsync} Render: ${have_xrender} " -echo "This is the UNSTABLE branch of metacity" -echo "Use 2.8.x (where x > 5) for stable (gnome-2-8 branch in CVS)" +#echo "This is the UNSTABLE branch of metacity" +#echo "Use 2.8.x (where x > 5) for stable (gnome-2-8 branch in CVS)" |