Prepared for release 0.3.3

This commit is contained in:
Klaus Reimer 2011-03-28 22:06:21 +02:00
parent 7bb845f6b3
commit 0bd97df5bf
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.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:

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.2";
private static final String IMP_VERSION = "0.3.3";
/** The API version. */
private static final String API_VERSION = "1.0.1";