diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-05-06 12:36:56 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-05-06 12:36:56 +0200 |
commit | 3a5789cd5d442012a870e84b851f3f246c8b264b (patch) | |
tree | 424ca34a7918c82b693e9a53e4e744d3232d8696 | |
parent | 5de3ba6e93e000b17bc99caf6571e706ff22ad8a (diff) | |
download | fetchmail-3a5789cd5d442012a870e84b851f3f246c8b264b.tar.gz fetchmail-3a5789cd5d442012a870e84b851f3f246c8b264b.tar.bz2 fetchmail-3a5789cd5d442012a870e84b851f3f246c8b264b.zip |
Fix timestamp on security website.
-rw-r--r-- | website/security.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/security.html b/website/security.html index 526d887b..d1edefa6 100644 --- a/website/security.html +++ b/website/security.html @@ -14,7 +14,7 @@ <table width="100%" cellpadding="0" summary="Canned page header"> <tr> <td>Fetchmail</td> -<td align="right"><!-- update date -->2010-02-05</td> +<td align="right"><!-- update date -->2010-05-06</td> </tr> </table> </div> |