diff options
author | Stef Walter <stef@memberwebs.com> | 2006-10-12 16:51:44 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-10-12 16:51:44 +0000 |
commit | f0f9f9b90b4cedd0fb24db012770ec7c95a9cce9 (patch) | |
tree | 1aff8702f5c0475ef3c4adaa2e5dd07122ae25ba /configure.in | |
parent | 7d8d0314781c8f5791d5a17635292b8e765fca80 (diff) |
Move last commit properly into 1.6 pre-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 849b262..844fc7e 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.5, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.5) +AC_INIT(proxsmtp, 1.5.90, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.5.90) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |