[Pcsclite-cvs-commit] r6797 - website
ludovic.rousseau at free.fr
ludovic.rousseau at free.fr
Mon Nov 25 18:14:36 UTC 2013
Author: rousseau
Date: 2013-11-25 18:14:36 +0000 (Mon, 25 Nov 2013)
New Revision: 6797
Modified:
website/matrix.py
Log:
Add release 1.4.14 in history
Modified: website/matrix.py
===================================================================
--- website/matrix.py 2013-11-25 18:10:06 UTC (rev 6796)
+++ website/matrix.py 2013-11-25 18:14:36 UTC (rev 6797)
@@ -330,7 +330,8 @@
[6609, "1.4.10"],
[6660, "1.4.11"],
[6729, "1.4.12"],
- [6766, "1.4.13"]]
+ [6766, "1.4.13"],
+ [6796, "1.4.14"]]
for release in history:
if rev <= release[0]:
return release[1]
More information about the Pcsclite-cvs-commit
mailing list