we created a -rc2 for openssl 1.0.0 support too.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3794 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2009-10-24 06:38:06 +00:00
parent 1ecd64ed93
commit a8d8262d6d
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -6,8 +6,8 @@ http://www.opensc-project.org/opensc/wiki/WhatsNew
Also see the svn changelog using svn command
or doc/nonpersistent/ChangeLog.
New in 0.11.11-rc1; 2009-10-23; Andreas Jellinghaus
* Now again compatible with OpenSSL 0.9.7
New in 0.11.11-rc2; 2009-10-24; Andreas Jellinghaus
* Now again compatible with OpenSSL 0.9.7 and OpenSSL 1.0.0
* A few warnings and minor bugs were fixed
* Updated myeid driver by Aventra

View File

@ -5,7 +5,7 @@ AC_PREREQ(2.60)
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [11])
define([PACKAGE_VERSION_FIX], [11])
define([PACKAGE_SUFFIX], [-rc1])
define([PACKAGE_SUFFIX], [-rc2])
AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])