[Pcsclite-cvs-commit] r6984 - website

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Sat Sep 13 16:44:50 UTC 2014


Author: rousseau
Date: 2014-09-13 16:44:50 +0000 (Sat, 13 Sep 2014)
New Revision: 6984

Modified:
   website/matrix.py
Log:
Add release 1.4.18 in history


Modified: website/matrix.py
===================================================================
--- website/matrix.py	2014-09-13 16:27:06 UTC (rev 6983)
+++ website/matrix.py	2014-09-13 16:44:50 UTC (rev 6984)
@@ -338,7 +338,8 @@
         [6796, "1.4.14"],
         [6847, "1.4.15"],
         [6881, "1.4.16"],
-        [6916, "1.4.17"]]
+        [6916, "1.4.17"],
+        [6983, "1.4.18"]]
     for release in history:
         if rev <= release[0]:
             return release[1]




More information about the Pcsclite-cvs-commit mailing list