jSSC version number changed in SerialNativeInterface class

This commit is contained in:
Alexey Sokolov 2013-04-19 11:49:01 +03:00
parent 8e5a797e01
commit e8df64618d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import java.io.InputStreamReader;
*/ */
public class SerialNativeInterface { public class SerialNativeInterface {
private static final String libVersion = "0.9"; //jSSC-0.9.0 Release from 21.12.2011 private static final String libVersion = "2.3"; //jSSC-0.9.0 Release from 21.12.2011
private static final String libMinorSuffix = "0"; //since 0.9.0 private static final String libMinorSuffix = "0"; //since 0.9.0
public static final int OS_LINUX = 0; public static final int OS_LINUX = 0;