diff options
author | Mark McLoughlin <mark@skynet.ie> | 2004-06-24 08:39:37 +0000 |
---|---|---|
committer | Mark McLoughlin <mark@skynet.ie> | 2004-06-24 08:39:37 +0000 |
commit | f5c89cbca145de9da0cb5c47ed7efaa90977f176 (patch) | |
tree | f6a01d3414ce72ee8befafb23b48297df17eafec | |
parent | 7d78b645cd2f5d531fcdcf976889c4eaa6092ce4 (diff) |
post-release bump to 0.8.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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" |