Skip to content

Commit

Permalink
Post pkcs11-helper-1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Dec 31, 2021
1 parent a4b46d5 commit ece93bb
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-2021 Alon Bar-Lev <[email protected]>

????-??-?? - Version 1.29


2021-12-31 - Version 1.28

* build: openssl: remove RSA_SSLV23_PADDING constant usage due to openssl-3
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], [28])
define([PACKAGE_VERSION_MINOR], [29])
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 ece93bb

Please sign in to comment.