bump version to 2.9.0. Add UNSTABLE warning.

2004-10-11  Rob Adams  <readams@readams.net>

	* configure.in: bump version to 2.9.0.  Add UNSTABLE warning.
This commit is contained in:
Rob Adams 2004-10-11 16:44:24 +00:00 committed by Rob Adams
parent 13e0c20ab0
commit 278b5807f1
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2004-10-11 Rob Adams <readams@readams.net>
* configure.in: bump version to 2.9.0. Add UNSTABLE warning.
2004-10-11 Rob Adams <readams@readams.net>
* NEWS, README: Metacity 2.8.6 (stable release)

View File

@ -3,10 +3,7 @@ AC_INIT(src/display.c)
AM_CONFIG_HEADER(config.h)
# we'll hold the 2.8.x versioning for GNOME 2.8, it was also used
# for GNOME 2.6, then after GNOME 2.8 we'll have the numbers synced
# with GNOME
AM_INIT_AUTOMAKE(metacity, 2.8.6)
AM_INIT_AUTOMAKE(metacity, 2.9.0)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
@ -481,4 +478,5 @@ metacity-$VERSION:
Render: ${have_xrender}
Deprecated config dialog: ${enable_config_dialog}
"
# echo "This is the UNSTABLE branch of metacity, use 2.8.1.x for stable (gnome-2-6 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)"