Skip to content

Commit

Permalink
post pkcs11-helper-1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Nov 17, 2020
1 parent 564a582 commit 9fa1503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
pkcs11-helper
Copyright (c) 2005-2020 Alon Bar-Lev <[email protected]>

????-??-?? - Version 1.28


2020-11-17 - Version 1.27

* core: handle PIN expiration after C_Login as C_Login may take a while
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
AC_PREREQ(2.60)

define([PACKAGE_VERSION_MAJOR], [1])
define([PACKAGE_VERSION_MINOR], [27])
define([PACKAGE_VERSION_MINOR], [28])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [])
define([PACKAGE_SUFFIX], [_master])

AC_INIT([pkcs11-helper],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])
Expand Down

0 comments on commit 9fa1503

Please sign in to comment.