diff options
author | Havoc Pennington <hp@redhat.com> | 2002-11-30 05:05:22 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2002-11-30 05:05:22 +0000 |
commit | db6c54e7afaaca63d13dad5c672255b0c2e1f381 (patch) | |
tree | 41dfcc5aa44b67aaa6d8f379c596df4166c561b5 /configure.in | |
parent | 3bb87ad2d4faf43cf171531d1b38c4430b304a79 (diff) |
new function
bump version to 0.4 (not releasing yet though)
new function so the WM or tasklist can time out a sequence.
(xmessage_func): add support for SCREEN field, kill the startup
sequence immediately if SCREEN isn't provided.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9bf358a..54fa76b 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.3) +AM_INIT_AUTOMAKE(startup-notification, 0.4) # Honor aclocal flags ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" |