diff options
author | Stef Walter <stef@memberwebs.com> | 2005-10-20 23:17:41 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-10-20 23:17:41 +0000 |
commit | 6662c6df36957c2d8416a5bf9a109d1b10f2ae6a (patch) | |
tree | 8e980b3e8c9924e29c5101cbde112577a7a18f4f /configure.in | |
parent | fb269bcd784ca431340cf47e7b515f64688bd55e (diff) |
Proxsmtp 1.3 release.
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 84c6c51..e56a9b4 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Nate Nielsen <nielsen@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(proxsmtp, 1.2.1.94, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.2.1.94) +AC_INIT(proxsmtp, 1.3, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.3) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |