[Pcsclite-cvs-commit] r6777 - website

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Oct 18 15:45:48 UTC 2013


Author: rousseau
Date: 2013-10-18 15:45:48 +0000 (Fri, 18 Oct 2013)
New Revision: 6777

Modified:
   website/matrix.py
Log:
Add release 1.4.12 and 1.4.13 in history


Modified: website/matrix.py
===================================================================
--- website/matrix.py	2013-10-18 11:59:46 UTC (rev 6776)
+++ website/matrix.py	2013-10-18 15:45:48 UTC (rev 6777)
@@ -328,7 +328,9 @@
         [6470, "1.4.8"],
         [6507, "1.4.9"],
         [6609, "1.4.10"],
-        [6660, "1.4.11"]]
+        [6660, "1.4.11"],
+        [6729, "1.4.12"],
+        [6766, "1.4.13"]]
     for release in history:
         if rev <= release[0]:
             return release[1]




More information about the Pcsclite-cvs-commit mailing list