mirror of https://github.com/rusefi/usb4java.git
Prepared for release 0.3.3
This commit is contained in:
parent
7bb845f6b3
commit
0bd97df5bf
|
@ -8,6 +8,12 @@
|
|||
<author email="k@ailis.de">Klaus Reimer</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="0.3.3" date="2011-03-28" description="Minor update">
|
||||
<action dev="k" type="fix" date="2011-03-28">
|
||||
Fixed library paths in dylibs so they can be placed in
|
||||
*.app/Contents/MacOS.
|
||||
</action>
|
||||
</release>
|
||||
<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:
|
||||
|
|
|
@ -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.2";
|
||||
private static final String IMP_VERSION = "0.3.3";
|
||||
|
||||
/** The API version. */
|
||||
private static final String API_VERSION = "1.0.1";
|
||||
|
|
Loading…
Reference in New Issue