Skip to content

Commit

Permalink
Merge pull request #22 from bellgrim/release
Browse files Browse the repository at this point in the history
Prepare release 1.3.8
  • Loading branch information
halderen authored Nov 1, 2016
2 parents ca14672 + 74f8ef9 commit 23f245a
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 23f245a

Please sign in to comment.