Update trunk for new release.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3559 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2008-08-27 06:19:36 +00:00
parent 5ce2fcdc8c
commit 29ee5e116c
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -6,7 +6,7 @@ http://www.opensc-project.org/opensc/wiki/WhatsNew
Also see the svn changelog using svn command
or doc/nonpersistent/ChangeLog.
New in 0.11.6; 2008-8-??; Andreas Jellinghaus
New in 0.11.6; 2008-08-27 Andreas Jellinghaus
* Improved security fix: don't match for "OpenSC" in the card label.
* New support for Feitian ePass3000 bei Weitao Sun.
* GemSafeV1 improved to handle key_ref other than 3 by Douglas E. Engert

View File

@ -4,7 +4,7 @@ AC_PREREQ(2.60)
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [11])
define([PACKAGE_VERSION_FIX], [5])
define([PACKAGE_VERSION_FIX], [6])
AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX-svn])
AC_CONFIG_AUX_DIR([.])