diff --git a/NEWS b/NEWS index 2022f60e3..cae71d917 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v0.4.12 xx-01-2016 Stephan Bosch +v0.4.12 06-02-2016 Stephan Bosch + Implemented the Sieve extracttext extension (RFC 5703; Section 7). It is now possible to extract body text from a message into a variable. diff --git a/configure.ac b/configure.ac index 5ac7d2859..67f761bc0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Pigeonhole], [0.4.12.rc1], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) +AC_INIT([Pigeonhole], [0.4.12], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) AC_DEFINE_UNQUOTED([PIGEONHOLE_ABI_VERSION], "0.4.ABIv2($PACKAGE_VERSION)", [Pigeonhole ABI version]) AC_CONFIG_AUX_DIR([.])