released 0.6

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@763 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-04-11 20:12:11 +00:00
parent e1f4f70efa
commit 2beda21f99
2 changed files with 914 additions and 913 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63]) AC_PREREQ([2.63])
AC_INIT([USB CCID Emulator], [0.6], [http://sourceforge.net/projects/vsmartcard/support], [ccid-emulator], [http://vsmartcard.sourceforge.net/ccid/README.html]) AC_INIT([USB CCID Emulator], [0.7], [http://sourceforge.net/projects/vsmartcard/support], [ccid-emulator], [http://vsmartcard.sourceforge.net/ccid/README.html])
AC_CONFIG_SRCDIR([src/ccid.c]) AC_CONFIG_SRCDIR([src/ccid.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])