Skip to content

Commit 8ee5203

Browse files
committed
Update link for latest Windows binaries and copyright year
1 parent 051c2a5 commit 8ee5203

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<li><a href="https://sourceforge.net/projects/libusb/files/">Downloads</a>
2020
<ul>
2121
<li><a href="https://sourceforge.net/projects/libusb/files/latest/download?source=files">Latest Source (tarball)</a></li>
22-
<li><a href="https://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.20/libusb-1.0.20.7z/download">Latest Windows Binaries</a></li>
23-
<li><a href="http://sourceforge.net/projects/libusb/files/libusb-1.0/">Other Releases</a></li>
22+
<li><a href="https://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.21/libusb-1.0.21.7z/download">Latest Windows Binaries</a></li>
23+
<li><a href="https://sourceforge.net/projects/libusb/files/libusb-1.0/">Other Releases</a></li>
2424
</ul>
2525
</li>
2626
<li><a href="http://libusb.sourceforge.net/api-1.0/">Documentation</a>
@@ -54,7 +54,7 @@ <h2>Overview</h2>
5454
<p><b>libusb</b> is a C library that provides generic access to USB devices. It is intended to be used by developers to facilitate the production of applications that communicate with USB hardware.</p>
5555
<p>It is <b>portable</b>: Using a single cross-platform API, it provides access to USB devices on Linux, OS&nbsp;X, Windows, Android, OpenBSD, etc.</p>
5656
<p>It is <b>user-mode</b>: No special privilege or elevation is required for the application to communicate with a device.</p>
57-
<p>It is <b>version-agnostic</b>: All versions of the USB protocol, from 1.0 to 3.0 (latest), are supported.</p>
57+
<p>It is <b>version-agnostic</b>: All versions of the USB protocol, from 1.0 to 3.1 (latest), are supported.</p>
5858
<h2>What platforms are supported?</h2>
5959
<p>Linux, OS X, Windows, Windows CE, Android, OpenBSD/NetBSD, Haiku.</p>
6060
<h2>Sounds good! How do I get started?</h2>
@@ -69,7 +69,7 @@ <h2>What happened to the old site?</h2>
6969
<p><b>For additional information, please consult the <a href="https://github.com/libusb/libusb/wiki/FAQ">FAQ</a> or the <a href="https://github.com/libusb/libusb/wiki">Wiki</a>.</b></p>
7070
</div>
7171
<div class="footer">
72-
Copyright © 2012-2015 libusb<br/>
72+
Copyright © 2012-2017 libusb<br/>
7373
CSS menu by <a href="http://www.cssmenumaker.com/">CSS menumaker</a>
7474
</div>
7575
</body>

0 commit comments

Comments
 (0)