summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d06022e6..d6a38e97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-09-13 Rob Adams <readams@readams.net>
+ * configure.in: post-release increment
+
+2004-09-13 Rob Adams <readams@readams.net>
+
* configure.in: bump version number
* NEWS: 2.8.5 release
diff --git a/configure.in b/configure.in
index 286fc428..5339a634 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,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.5)
+AM_INIT_AUTOMAKE(metacity, 2.8.6)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"