Changed jSSC library version to 2.5.0

This commit is contained in:
Alexey Sokolov 2013-04-27 16:56:57 +03:00
parent 3cd01f96a0
commit e383239b8c
1 changed files with 1 additions and 1 deletions

View File

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