Updated implementation version.

Added changelog entry.
This commit is contained in:
Klaus Reimer 2011-03-27 14:26:13 +02:00
parent 580e7bd8d5
commit 6b627678d1
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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";