diff options
author | Stef Walter <stef@memberwebs.com> | 2005-03-20 21:15:40 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-03-20 21:15:40 +0000 |
commit | c3a9f58fc493bb2d5ec4876e81d5cf95cc587529 (patch) | |
tree | 50124a34b3782c99ac66d6cfb3d5d4b85fe299ff /configure.in | |
parent | 64b0625d3187ef665cd5441bf4635caa0bc338c7 (diff) |
Sync with clamsmtp changes.
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 02ffbaa..630e36a 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.1, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.1) +AC_INIT(proxsmtp, 1.1.90, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.1.90) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |