Skip to content

Commit

Permalink
Release 0.25.2
Browse files Browse the repository at this point in the history
Signed-off-by: Zoltan Fridrich <[email protected]>
  • Loading branch information
ZoltanFridrich committed Oct 31, 2023
1 parent 72ed0c2 commit 66d6b42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.25.2 (stable)
* fix error code checking of readpassphrase for --login option [PR#595]
* build fixes [PR#594]
* test fixes [PR#596]

0.25.1 (stable)
* fix probing of C_GetInterface [PR#535]
* p11-kit: add command to list tokens [PR#581]
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)

AC_INIT([p11-kit],
[0.25.1],
[0.25.2],
[https://github.com/p11-glue/p11-kit/issues],
[p11-kit],
[https://p11-glue.github.io/p11-glue/p11-kit.html])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('p11-kit', 'c',
version: '0.25.1',
version: '0.25.2',
meson_version: '>= 0.51')

version_arr = meson.project_version().split('.')
Expand Down

0 comments on commit 66d6b42

Please sign in to comment.