diff options
author | Stef Walter <stefw@redhat.com> | 2016-01-10 09:47:04 +0100 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2016-01-10 09:48:10 +0100 |
commit | 4f297c0959c85ff45c672bb1009dce09d57c3d98 (patch) | |
tree | a1d5d71fa99440594f2f9ea4b65fee2581f01da1 /configure.in | |
parent | 2ba29d4fbd61cb3c99cb19f190a25855f4a980fe (diff) |
Bump version number0.2.4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 4e6f079..d3ee9b9 100644 --- a/configure.in +++ b/configure.in @@ -36,11 +36,11 @@ dnl Stef Walter <stef@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(slapi-dnsnotify, 0.2.3, stef@memberwebs.com) -AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.2.3) +AC_INIT(slapi-dnsnotify, 0.2.4, stef@thewalter.net) +AM_INIT_AUTOMAKE(slapi-dnsnotify, 0.2.4) LDFLAGS="$LDFLAGS -L/usr/local/lib" -CFLAGS="$CFLAGS -I/usr/local/include" +CFLAGS="$CFLAGS -Wall -I/usr/local/include" AC_CONFIG_SRCDIR([plugin/plugin.c]) AM_CONFIG_HEADER([config.h]) |