diff --git a/NEWS b/NEWS index 976fb4650d314bce4980b20292c095c5241e74ab..790de5b5ff27aa76e0675dea120eab35132f2e77 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v0.4.10 xx-12-2015 Stephan Bosch <stephan@rename-it.nl> +v0.4.10 13-12-2015 Stephan Bosch <stephan@rename-it.nl> + Implemented the Sieve mime and foreverypart extensions (RFC 5703). These are fully implemented. The interaction with the editheader extension needs diff --git a/configure.ac b/configure.ac index 45ec62149964d44d8ce18fa65cc4d96b2800319f..bb9a30b4178a2dc288acd9b8b2ac8d29172a9bcd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Pigeonhole], [0.4.10.rc2], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) +AC_INIT([Pigeonhole], [0.4.10], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) AC_DEFINE_UNQUOTED([PIGEONHOLE_ABI_VERSION], "0.4.ABIv1($PACKAGE_VERSION)", [Pigeonhole ABI version]) AC_CONFIG_AUX_DIR([.])