summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2008-06-02 20:25:12 +0000
committerStef Walter <stef@thewalter.net>2008-06-02 20:25:12 +0000
commit1572c6a0b9e8d46f0e179b9d1f8547dabaef56e3 (patch)
tree9d240877ece74f655124e19cdc8190084cbfdb97
parent3c75705512cafe50a9bd166e90b699e768f93160 (diff)
Ignore built files, change version number
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 4301946..5c99cde 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(cyrus-distributed-sasl-plugin, 0.1, stef@memberwebs.com)
-AM_INIT_AUTOMAKE(cyrus-distributed-sasl-plugin, 0.1)
+AC_INIT(cyrus-distributed-sasl-plugin, 0.0.1, stef@memberwebs.com)
+AM_INIT_AUTOMAKE(cyrus-distributed-sasl-plugin, 0.0.1)
AC_CONFIG_SRCDIR([plugin/delegateldap.c])
AM_CONFIG_HEADER([config.h])