diff --git a/.hgignore b/.hgignore
index d309826d28443fa9e6b277594e08110c0925ace0..92b1d2a9bc1188229854dc1d96c5f7ced982aa0a 100644
--- a/.hgignore
+++ b/.hgignore
@@ -4,8 +4,8 @@ autom4te.cache
 compile
 config.cache
 config.guess
-libsieve-config.h
-libsieve-config.h.in
+dsieve-config.h
+dsieve-config.h.in
 config.log
 config.status
 config.sub
diff --git a/configure.in b/configure.in
index c7beb5c3702832cb3b86424ef3b27c4bfeb70f5f..b53021447f2f3f77de42dd5ec6ce4c4686a17766 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
-AC_INIT(dovecot-libsieve, 1.0.2, [stephan@rename-it.nl])
+AC_INIT([dovecot-sieve], [0.0.1], [dovecot@dovecot.org], [dovecot-1.2-sieve])
 AC_CONFIG_SRCDIR([src])
 
-AC_CONFIG_HEADERS([libsieve-config.h])
+AC_CONFIG_HEADERS([dsieve-config.h])
 AM_INIT_AUTOMAKE
 
 AM_MAINTAINER_MODE