Skip to content

Commit

Permalink
Prepare release 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bellgrim committed Oct 31, 2016
1 parent ca14672 commit 74f8ef9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NEWS for SoftHSM -- History of user visible changes

SoftHSM develop
SoftHSM 1.3.8 - 2016-??-??

Bugfixes:
* SOFTHSM-101: softhsm-keyconv creates files with sensitive material
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

define([SOFTHSM_VERSION_MAJOR], [1])
define([SOFTHSM_VERSION_MINOR], [3])
define([SOFTHSM_VERSION_FIX], [7])
define([PACKAGE_SUFFIX], [])
define([SOFTHSM_VERSION_FIX], [8])
define([PACKAGE_SUFFIX], [rc1])

# Library version

Expand All @@ -20,7 +20,7 @@ define([PACKAGE_SUFFIX], [])

define([SOFTHSM_VERSION_CURRENT], [1])
define([SOFTHSM_VERSION_AGE], [0])
define([SOFTHSM_VERSION_REVISION], [11])
define([SOFTHSM_VERSION_REVISION], [12])

##################
# #
Expand Down

0 comments on commit 74f8ef9

Please sign in to comment.