summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Adams <readams@readams.net>2004-10-11 16:44:24 +0000
committerRob Adams <readams@src.gnome.org>2004-10-11 16:44:24 +0000
commit278b5807f1c53fe7efe1c78ef1647138ff107dff (patch)
tree7f2d506b369ebfa7ae94ab295902362492c7a15c
parent13e0c20ab076f7bcdd5a8ee4b383b3491f2109f1 (diff)
downloadmetacity-278b5807f1c53fe7efe1c78ef1647138ff107dff.tar.gz
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.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in8
2 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 90be8096..9a621c7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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)
2004-10-08 Elijah Newren <newren@math.utah.edu>
diff --git a/configure.in b/configure.in
index 5339a634..0101a0cd 100644
--- a/configure.in
+++ b/configure.in
@@ -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)"