summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Adams <readams@readams.net>2004-09-14 02:04:48 +0000
committerRob Adams <readams@src.gnome.org>2004-09-14 02:04:48 +0000
commitc188ae0954bfde0ec09d2d3216844be3a7221c76 (patch)
tree2739b76e0f429a9e5933e91053d614c5eba7ec97
parentb7323c98591a2417d4f8ed6302eb0a5a39b431af (diff)
downloadmetacity-c188ae0954bfde0ec09d2d3216844be3a7221c76.tar.gz
post-release increment
2004-09-13 Rob Adams <readams@readams.net> * configure.in: post-release increment
-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"