~ubuntu-branches/ubuntu/karmic/pcsc-lite/karmic-updates

« back to all changes in this revision

Viewing changes to src/PCSC/pcsclite.h

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2007-05-16 14:40:30 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516144030-0cb2ngb6d4rt7bue
Tags: 1.4.1-1
* New upstream release
* debian/control: Standards-Version: 3.6.2.0 -> 3.7.2.0. No change needed
* debian/libpcsclite-dev.docs: no PDF to distribute. Use the online HTML
  documentation instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *  David Corcoran <corcoran@linuxnet.com>
6
6
 *  Ludovic Rousseau <ludovic.rousseau@free.fr>
7
7
 *
8
 
 * $Id: pcsclite.h,v 1.1.1.8 2007-02-13 20:35:31 rousseau Exp $
 
8
 * $Id: pcsclite.h.in 2375 2007-02-05 13:12:18Z rousseau $
9
9
 */
10
10
 
11
11
/**
156
156
#define INFINITE                        0xFFFFFFFF      /**< Infinite timeout */
157
157
#endif
158
158
 
159
 
#define PCSCLITE_VERSION_NUMBER         "1.4.0" /**< Current version */
 
159
#define PCSCLITE_VERSION_NUMBER         "1.4.1" /**< Current version */
160
160
/** Maximum readers context (a slot is count as a reader) */
161
161
#define PCSCLITE_MAX_READERS_CONTEXTS                   16
162
162