We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632ba6a commit dbf055fCopy full SHA for dbf055f
ChangeLog
@@ -1,6 +1,9 @@
1
pkcs11-helper
2
Copyright (c) 2005-2017 Alon Bar-Lev <[email protected]>
3
4
+????-??-?? - Version 1.22
5
+
6
7
2017-01-06 - Version 1.21
8
9
* mbedtls: fix missing logic if issur certificate, thanks to Steffan Karger
configure.ac
@@ -52,9 +52,9 @@
52
AC_PREREQ(2.60)
53
54
define([PACKAGE_VERSION_MAJOR], [1])
55
-define([PACKAGE_VERSION_MINOR], [21])
+define([PACKAGE_VERSION_MINOR], [22])
56
define([PACKAGE_VERSION_FIX], [0])
57
-define([PACKAGE_SUFFIX], [])
+define([PACKAGE_SUFFIX], [_master])
58
59
AC_INIT([pkcs11-helper],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR[]PACKAGE_SUFFIX])
60
AC_CONFIG_AUX_DIR([.])
0 commit comments