[Pcsclite-cvs-commit] r6269 - /website/matrix.py
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Sun Apr 8 07:52:26 UTC 2012
Author: rousseau
Date: Sun Apr 8 07:52:24 2012
New Revision: 6269
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6269
Log:
Add release 1.4.6 in history
Modified:
website/matrix.py
Modified: website/matrix.py
URL: http://svn.debian.org/wsvn/pcsclite/website/matrix.py?rev=6269&op=diff
==============================================================================
--- website/matrix.py (original)
+++ website/matrix.py Sun Apr 8 07:52:24 2012
@@ -310,7 +310,8 @@
[5626, "1.4.2"],
[5688, "1.4.3"],
[5742, "1.4.4"],
- [6032, "1.4.5"]]
+ [6032, "1.4.5"],
+ [6266, "1.4.6"]]
for release in history:
if rev <= release[0]:
return release[1]
More information about the Pcsclite-cvs-commit
mailing list