diff --git a/TODO b/TODO index 0a2b73888f629d4bbccf0022655c2af822810741..1f0b5e61b5e0f43d808f030242e2d06591ca1825 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,5 @@ Next (in order of descending priority/precedence): -* ## MAKE A FIRST RELEASE (0.1.x) ## - * Fix remaining RFC deviations: - Fix issues listed in doc/rfc/RFC-questions.txt when answers arrive - Allow for the existance of dynamic comparators (i.e. specified by diff --git a/configure.in b/configure.in index bd2aa7ae5e09641a81307af1a41bbbcc62c87e73..5743c4e32b23bd5c0ca4d23d5ecc63d67ad8983b 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Dovecot Sieve], [0.0.0], [dovecot@dovecot.org], [dovecot-1.2-sieve]) +AC_INIT([Dovecot Sieve], [0.1.0], [dovecot@dovecot.org], [dovecot-1.2-sieve]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADERS([dsieve-config.h])