Released v1.0.3.
1.1 --- a/configure.in Fri May 16 16:10:53 2008 +0300
1.2 +++ b/configure.in Fri May 16 16:25:06 2008 +0300
1.3 @@ -1,4 +1,4 @@
1.4 -AC_INIT(dovecot-sieve, 1.0.2, [dovecot@dovecot.org])
1.5 +AC_INIT(dovecot-sieve, 1.0.3, [dovecot@dovecot.org])
1.6 AC_CONFIG_SRCDIR([src])
1.7
1.8 AC_CONFIG_HEADERS([dsieve-config.h])
1.9 @@ -13,7 +13,7 @@
1.10 AM_PROG_LIBTOOL
1.11
1.12 AC_ARG_WITH(dovecot,
1.13 -[ --with-dovecot[=DIR] Dovecot base directory (../)],
1.14 +[ --with-dovecot[=DIR] Dovecot base directory (../dovecot)],
1.15 dovecotdir="$withval",
1.16 dovecotdir=../dovecot
1.17 )