mirror of https://github.com/rusefi/usb4java.git
parent
580e7bd8d5
commit
6b627678d1
|
@ -8,6 +8,12 @@
|
|||
<author email="k@ailis.de">Klaus Reimer</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="0.3.2" date="2011-03-27" description="Minor update">
|
||||
<action dev="k" type="add" date="2011-03-27">
|
||||
Now trying to load the JNI library with the following library names:
|
||||
usb4java, usb4java32, libusb4java, libusb4java32.
|
||||
</action>
|
||||
</release>
|
||||
<release version="0.3.1" date="2011-03-05" description="Hotfix">
|
||||
<action dev="k" type="fix" date="2011-03-05">
|
||||
Fixed missing support for custom buffer offsets and lengths.
|
||||
|
|
|
@ -34,7 +34,7 @@ public final class Services implements UsbServices
|
|||
"usb4java JSR-80 implementation";
|
||||
|
||||
/** The implementation version. */
|
||||
private static final String IMP_VERSION = "0.3.1";
|
||||
private static final String IMP_VERSION = "0.3.2";
|
||||
|
||||
/** The API version. */
|
||||
private static final String API_VERSION = "1.0.1";
|
||||
|
|
Loading…
Reference in New Issue