next release could be 0.11.11, trunk is "-svn" preview.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3778 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2009-10-20 12:27:26 +00:00
parent 03bc256594
commit 2446c46459
2 changed files with 6 additions and 2 deletions

4
NEWS
View File

@ -6,6 +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;
* Note: maybe we won't have another 0.11.* release, work is already in
progress on 0.12 branch with bigger changes.
New in 0.11.10; 2009-10-20; Andreas Jellinghaus
* New westcos driver by François Leblanc
* Initial support for MyEid card (Aventra)

View File

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