Create new release 0.11.10

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3776 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2009-10-20 12:25:16 +00:00
parent 7fa19788e2
commit 03bc256594
2 changed files with 3 additions and 3 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.??.==; 200?-??-??; ??
New in 0.11.10; 2009-10-20; Andreas Jellinghaus
* New westcos driver by François Leblanc
* Initial support for MyEid card (Aventra)
* GOST algorithm supported by Rutoken driver (Aleksey Samsonov)

View File

@ -4,8 +4,8 @@ AC_PREREQ(2.60)
define([PACKAGE_VERSION_MAJOR], [0])
define([PACKAGE_VERSION_MINOR], [11])
define([PACKAGE_VERSION_FIX], [9])
define([PACKAGE_SUFFIX], [-svn])
define([PACKAGE_VERSION_FIX], [10])
define([PACKAGE_SUFFIX], [])
AC_INIT([opensc],[PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[]PACKAGE_SUFFIX])
AC_CONFIG_AUX_DIR([.])