Skip to content

Commit 6bc8686

Browse files
committed
Updated the README for version 1.0.2.
1 parent ce3d35d commit 6bc8686

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# libusbp: Pololu USB Library
22

3-
Version: 1.0.1<br/>
4-
Release date: 2016 Mar 20<br/>
3+
Version: 1.0.2<br/>
4+
Release date: 2017-06-29<br/>
55
[www.pololu.com](https://www.pololu.com/)
66

77
The **Pololu USB Library** (also known as **libusbp**) is a cross-platform C library for accessing USB devices.
@@ -158,5 +158,6 @@ For detailed documentation of this library, see the header files `libusb.h` and
158158

159159
## Version history
160160

161-
* 1.0.1 (2016 Mar 20): Fixed the `libusbp_broadcast_setting_change*` functions (a bonus feature for the Windows version).
162-
* 1.0.0 (2016 Mar 02): Original release.
161+
* 1.0.2 (2017-06-29): Fixed some issues with using libusbp as a static library. Added the `drop_in` example, which shows how to use libusbp as a three-file library.
162+
* 1.0.1 (2016-03-20): Fixed the `libusbp_broadcast_setting_change*` functions (a bonus feature for the Windows version).
163+
* 1.0.0 (2016-03-02): Original release.

0 commit comments

Comments
 (0)