Prepare release candidate.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3789 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2009-10-23 13:09:48 +00:00
parent 12213dee5c
commit 425c0ccb69
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@ -6,9 +6,10 @@ 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; 200X-XX-XX; Name;
New in 0.11.11-rc1; 2009-10-23; Andreas Jellinghaus
* Now again compatible with OpenSSL 0.9.7
* A few warnings and minor bugs were fixed
* Updated myeid driver by Aventra
New in 0.11.10; 2009-10-20; Andreas Jellinghaus
* New westcos driver by François Leblanc

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], [-svn])
define([PACKAGE_SUFFIX], [-rc1])
AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])