[Pcsclite-cvs-commit] r6662 - website

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Sun Jul 28 09:26:50 UTC 2013


Author: rousseau
Date: 2013-06-12 12:43:58 +0000 (Wed, 12 Jun 2013)
New Revision: 6662

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


Modified: website/matrix.py
===================================================================
--- website/matrix.py	2013-06-12 12:07:54 UTC (rev 6661)
+++ website/matrix.py	2013-06-12 12:43:58 UTC (rev 6662)
@@ -327,7 +327,8 @@
         [6349, "1.4.7"],
         [6470, "1.4.8"],
         [6507, "1.4.9"],
-        [6609, "1.4.10"]]
+        [6609, "1.4.10"],
+        [6660, "1.4.11"]]
     for release in history:
         if rev <= release[0]:
             return release[1]




More information about the Pcsclite-cvs-commit mailing list