[Pcsclite-cvs-commit] r2058 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Thu May 25 21:30:32 UTC 2006


Author: rousseau
Date: 2006-05-25 21:30:31 +0000 (Thu, 25 May 2006)
New Revision: 2058

Modified:
   trunk/PCSC/src/winscard_msg.h
Log:
PROTOCOL_VERSION_MINOR changed from 0 to 1


Modified: trunk/PCSC/src/winscard_msg.h
===================================================================
--- trunk/PCSC/src/winscard_msg.h	2006-05-25 21:28:42 UTC (rev 2057)
+++ trunk/PCSC/src/winscard_msg.h	2006-05-25 21:30:31 UTC (rev 2058)
@@ -21,7 +21,7 @@
 /** Major version of the current message protocol */
 #define PROTOCOL_VERSION_MAJOR 2
 /** Minor version of the current message protocol */
-#define PROTOCOL_VERSION_MINOR 0
+#define PROTOCOL_VERSION_MINOR 1
 
 #ifdef __cplusplus
 extern "C"




More information about the Pcsclite-cvs-commit mailing list