[Pcsclite-cvs-commit] r6917 - website

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Wed Jun 11 13:29:36 UTC 2014


Author: rousseau
Date: 2014-06-11 13:29:36 +0000 (Wed, 11 Jun 2014)
New Revision: 6917

Modified:
   website/matrix.py
Log:
Add CCID release 1.4.17


Modified: website/matrix.py
===================================================================
--- website/matrix.py	2014-06-11 13:27:07 UTC (rev 6916)
+++ website/matrix.py	2014-06-11 13:29:36 UTC (rev 6917)
@@ -337,7 +337,8 @@
         [6766, "1.4.13"],
         [6796, "1.4.14"],
         [6847, "1.4.15"],
-        [6881, "1.4.16"]]
+        [6881, "1.4.16"],
+        [6916, "1.4.17"]]
     for release in history:
         if rev <= release[0]:
             return release[1]




More information about the Pcsclite-cvs-commit mailing list