diff options
author | Stef Walter <stef@memberwebs.com> | 2010-12-08 15:20:35 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2010-12-08 15:20:35 +0000 |
commit | 0fd80a21185e4c8fb3c77d7e0f241a2149fe8fc6 (patch) | |
tree | 47c9fd019caa85d79f9ffcf117c76d700715fd39 /configure.in | |
parent | d6039235778a7dacacf1abf2e1d6e34c8dfbf065 (diff) |
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 57ab9b5..4e6f079 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.2.2, stef@memberwebs.com) -AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.2.2) +AC_INIT(slapi-dnsnotify, 0.2.3, stef@memberwebs.com) +AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.2.3) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |