diff options
author | Rob Adams <readams@readams.net> | 2004-09-14 02:02:53 +0000 |
---|---|---|
committer | Rob Adams <readams@src.gnome.org> | 2004-09-14 02:02:53 +0000 |
commit | b7323c98591a2417d4f8ed6302eb0a5a39b431af (patch) | |
tree | b98a19472e2f40bf590d03af62ca5652e3a6158f /configure.in | |
parent | 32a38f64e8a696aed08c1d126f43f4fb84e4a7ca (diff) | |
download | metacity-b7323c98591a2417d4f8ed6302eb0a5a39b431af.tar.gz |
bump version numberMETACITY_2_8_5
2004-09-13 Rob Adams <readams@readams.net>
* configure.in: bump version number
* NEWS: 2.8.5 release
* README: 2.8.5 release
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index a86c2220..286fc428 100644 --- a/configure.in +++ b/configure.in @@ -3,11 +3,10 @@ AC_INIT(src/display.c) AM_CONFIG_HEADER(config.h) -# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987 # 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.4) +AM_INIT_AUTOMAKE(metacity, 2.8.5) # Honor aclocal flags ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" @@ -482,4 +481,4 @@ 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, use 2.8.1.x for stable (gnome-2-6 branch in CVS)" |