Skip to content

Commit

Permalink
pkcs11-helper-1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbl committed Dec 8, 2016
1 parent eab8afb commit f0bbc21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright (c) 2005-2011 Alon Bar-Lev <[email protected]>

$Id$

????-??-?? - Version 1.12
2016-12-08 - Version 1.20

* polarssl: support polarssl-1.3, thanks to Steffan Karger.
* certificate: ignore certificate object without CKA_ID.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
AC_PREREQ(2.60)

define([PACKAGE_VERSION_MAJOR], [1])
define([PACKAGE_VERSION_MINOR], [12])
define([PACKAGE_VERSION_MINOR], [20])
define([PACKAGE_VERSION_FIX], [0])
define([PACKAGE_SUFFIX], [_master])
define([PACKAGE_SUFFIX], [])

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

0 comments on commit f0bbc21

Please sign in to comment.