[Pcsclite-cvs-commit] r5225 - /trunk/PCSC/src/winscard_msg.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Sep 2 13:56:10 UTC 2010


Author: rousseau
Date: Thu Sep  2 13:56:09 2010
New Revision: 5225

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5225
Log:
update PROTOCOL_VERSION_MINOR since struct pubReaderStatesList changed
(readerID removed)

Modified:
    trunk/PCSC/src/winscard_msg.h

Modified: trunk/PCSC/src/winscard_msg.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_msg.h?rev=5225&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_msg.h (original)
+++ trunk/PCSC/src/winscard_msg.h Thu Sep  2 13:56:09 2010
@@ -25,7 +25,7 @@
 /** Major version of the current message protocol */
 #define PROTOCOL_VERSION_MAJOR 4
 /** 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