Skip to content

Commit

Permalink
released 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Sep 25, 2016
1 parent 249e09f commit 614f939
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS
@@ -1,6 +1,6 @@
NEWS for Libp11 -- History of user visible changes

New in 0.4.2; unreleased
New in 0.4.2; 2016-09-25; Michał Trojnara
* Fixed a 0.4.0 regression bug causing the engine finish function to
remove any configured engine parameters; fixes #104 (Michał Trojnara)

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -5,7 +5,7 @@ AC_PREREQ(2.60)
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [4])
define([PACKAGE_VERSION_FIX], [2])
define([PACKAGE_SUFFIX], [_git])
define([PACKAGE_SUFFIX], [])

AC_INIT([libp11],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])
Expand All @@ -23,7 +23,7 @@ LIBP11_VERSION_FIX="PACKAGE_VERSION_FIX"
# (Interfaces added: CURRENT++, REVISION=0)
LIBP11_LT_CURRENT="6"
LIBP11_LT_OLDEST="2"
LIBP11_LT_REVISION="1"
LIBP11_LT_REVISION="2"
LIBP11_LT_AGE="$((${LIBP11_LT_CURRENT}-${LIBP11_LT_OLDEST}))"

AC_CONFIG_SRCDIR([src/libp11.h])
Expand Down
4 changes: 2 additions & 2 deletions src/libp11.rc
@@ -1,7 +1,7 @@
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 6,4,1,0
FILEVERSION 6,4,2,0
PRODUCTVERSION 0,4,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -20,7 +20,7 @@ BEGIN
VALUE "Comments", "Provided under the terms of the GNU General Public License (LGPLv2.1+).\0"
VALUE "CompanyName", "OpenSC Project\0"
VALUE "FileDescription", "PKCS#11 access library\0"
VALUE "FileVersion", "6.4.1.0\0"
VALUE "FileVersion", "6.4.2.0\0"
VALUE "InternalName", "libp11\0"
VALUE "LegalCopyright", "OpenSC Project\0"
VALUE "LegalTrademarks", "\0"
Expand Down

0 comments on commit 614f939

Please sign in to comment.