summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Adams <readams@readams.net>2004-08-15 18:11:35 +0000
committerRob Adams <readams@src.gnome.org>2004-08-15 18:11:35 +0000
commit98731903ecb51e4f64537063b8b3c50100563961 (patch)
tree5f49f11d1fac7f8d0a4beb2234dea5b3ee2cec48
parent977d7d3b9c467980d38f8f597f9492f46ac94db9 (diff)
downloadmetacity-98731903ecb51e4f64537063b8b3c50100563961.tar.gz
Bump version to 2.8.4
2004-08-15 Rob Adams <readams@readams.net> * configure.in: Bump version to 2.8.4
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c10ece3..d1a1f125 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-08-15 Rob Adams <readams@readams.net>
+ * configure.in: Bump version to 2.8.4
+
+2004-08-15 Rob Adams <readams@readams.net>
+
* NEWS: 2.8.3 release
2004-08-15 Rob Adams <readams@readams.net>
diff --git a/configure.in b/configure.in
index 668179f2..9ed2e0d5 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ 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.3)
+AM_INIT_AUTOMAKE(metacity, 2.8.4)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"