[Pcsclite-cvs-commit] r6891 - website

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Thu Apr 24 16:56:28 UTC 2014


Author: rousseau
Date: 2014-04-24 16:56:28 +0000 (Thu, 24 Apr 2014)
New Revision: 6891

Modified:
   website/matrix.py
Log:
Add version 1.4.16 of the driver


Modified: website/matrix.py
===================================================================
--- website/matrix.py	2014-04-24 13:51:03 UTC (rev 6890)
+++ website/matrix.py	2014-04-24 16:56:28 UTC (rev 6891)
@@ -336,7 +336,8 @@
         [6729, "1.4.12"],
         [6766, "1.4.13"],
         [6796, "1.4.14"],
-        [6847, "1.4.15"]]
+        [6847, "1.4.15"],
+        [6881, "1.4.16"]]
     for release in history:
         if rev <= release[0]:
             return release[1]




More information about the Pcsclite-cvs-commit mailing list