[Pcsclite-cvs-commit] r6038 - /website/matrix.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Oct 13 12:47:03 UTC 2011


Author: rousseau
Date: Thu Oct 13 12:47:02 2011
New Revision: 6038

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6038
Log:
Add support for release 1.4.5

Modified:
    website/matrix.py

Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=6038&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Thu Oct 13 12:47:02 2011
@@ -305,7 +305,8 @@
         [5430, "1.4.1"],
         [5626, "1.4.2"],
         [5688, "1.4.3"],
-        [5742, "1.4.4"]]
+        [5742, "1.4.4"],
+        [6032, "1.4.5"]]
     for release in history:
         if rev <= release[0]:
             return release[1]




More information about the Pcsclite-cvs-commit mailing list