Upgrading to v1.1.
This commit is contained in:
parent
5e51c9a072
commit
16f23dfa6c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef __VERSION_H_
|
||||
#define __VERSION_H_
|
||||
|
||||
#define CCID_VERSION 0x0100
|
||||
#define CCID_VERSION 0x0101
|
||||
|
||||
#define CCID_VERSION_MAJOR ((CCID_VERSION >> 8) & 0xff)
|
||||
#define CCID_VERSION_MINOR (CCID_VERSION & 0xff)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue