diff options
author | Stef Walter <stefw@redhat.com> | 2015-12-07 14:51:43 +0100 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2015-12-07 14:51:43 +0100 |
commit | 8ccd99b26d5fb2e19ec45ce3dca28bf53b73c70d (patch) | |
tree | 6bc7e24b540088a97241b08c5a1c70c91e270b45 | |
parent | d0b59f5b155369dd2b933c359c1f81e6199e2c3f (diff) |
Bump version number
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +0.23.2 (devel) + * Fix forking issues with libffi [#90289 ...] + * Updated translations + * Build fixes [#90827 #89081 #92434 #92520 #92445 #92551 #92843 #92842 #92807 #93211 ...] + 0.23.1 (devel) * Use new PKCS#11 URI draft fields for URIs [#86474 #87582] * Add pem-directory-hash extract format diff --git a/configure.ac b/configure.ac index c353046..04a258e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.23.1], + [0.23.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) |