diff options
author | Stef Walter <stef@thewalter.net> | 2011-01-23 15:45:34 -0600 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2011-01-23 16:27:38 -0600 |
commit | 1994fa733c1c09202d85db952a28da26a19f0669 (patch) | |
tree | 1c9672ee3a8c5e1ada8399efa34bf72ceb0df62d /configure.in | |
parent | 6cd8b29077109a4964b22f0e664621796c674f00 (diff) |
Release version 1.9
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 9fb4744..d750d26 100644 --- a/configure.in +++ b/configure.in @@ -32,8 +32,8 @@ dnl DAMAGE. dnl Process this file with autoconf to produce a configure script. -AC_INIT(proxsmtp, 1.8, stef@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.8) +AC_INIT(proxsmtp, 1.9, stef@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.9) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |