summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2004-06-24 08:39:37 +0000
committerMark McLoughlin <mark@skynet.ie>2004-06-24 08:39:37 +0000
commitf5c89cbca145de9da0cb5c47ed7efaa90977f176 (patch)
treef6a01d3414ce72ee8befafb23b48297df17eafec
parent7d78b645cd2f5d531fcdcf976889c4eaa6092ce4 (diff)
downloadstartup-notification-f5c89cbca145de9da0cb5c47ed7efaa90977f176.tar.gz
post-release bump to 0.8.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2748bf3..6ae36a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-06-24 Mark McLoughlin <mark@skynet.ie>
+ * configure.in: post-release bump to 0.8.
+
+2004-06-24 Mark McLoughlin <mark@skynet.ie>
+
* configure.in: Version 0.7.
2004-06-17 Elijah Newren <newren@math.utah.edu>
diff --git a/configure.in b/configure.in
index 8d66600..ad0b0ee 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT(libsn/sn-launchee.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(startup-notification, 0.7)
+AM_INIT_AUTOMAKE(startup-notification, 0.8)
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"