diff options
author | Stef Walter <stef@memberwebs.com> | 2008-07-02 20:32:39 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-07-02 20:32:39 +0000 |
commit | d8f7b96b39016dc6976a80d46eaebea950b89b55 (patch) | |
tree | 602587cb94d5e168ad8453d9a6354689417b0aae /configure.in | |
parent | 7ad0489523ada84a8f5f0497befc8684fb6f5f79 (diff) |
Version 0.2
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f366211..34eedb4 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Stef Walter <stef@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(slapi-dnsnotify, 0.1, stef@memberwebs.com) -AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.1) +AC_INIT(slapi-dnsnotify, 0.2, stef@memberwebs.com) +AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.2) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |