Skip to content

Commit 1e407c4

Browse files
committed
post pkcs11-helper-1.20
1 parent f0bbc21 commit 1e407c4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Copyright (c) 2005-2011 Alon Bar-Lev <[email protected]>
33

44
$Id$
55

6+
????-??-?? - Version 1.21
7+
8+
69
2016-12-08 - Version 1.20
710

811
* polarssl: support polarssl-1.3, thanks to Steffan Karger.

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
AC_PREREQ(2.60)
5353

5454
define([PACKAGE_VERSION_MAJOR], [1])
55-
define([PACKAGE_VERSION_MINOR], [20])
55+
define([PACKAGE_VERSION_MINOR], [21])
5656
define([PACKAGE_VERSION_FIX], [0])
57-
define([PACKAGE_SUFFIX], [])
57+
define([PACKAGE_SUFFIX], [_master])
5858

5959
AC_INIT([pkcs11-helper],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR[]PACKAGE_SUFFIX])
6060
AC_CONFIG_AUX_DIR([.])

0 commit comments

Comments
 (0)