We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb5dd9 commit c9d4c6bCopy full SHA for c9d4c6b
NativeCode/SerialPortImpl.c
@@ -1872,7 +1872,7 @@ JNIEXPORT jint JNICALL Java_com_rm5248_serial_SerialPort_getMajorNativeVersion
1872
*/
1873
JNIEXPORT jint JNICALL Java_com_rm5248_serial_SerialPort_getMinorNativeVersion
1874
(JNIEnv * env, jclass cls){
1875
- return 12;
+ return 13;
1876
}
1877
1878
/*
src/com/rm5248/serial/SerialPort.java
@@ -1328,7 +1328,7 @@ public static int getMajorVersion(){
1328
* 0.2, this returns 2.
1329
1330
public static int getMinorVersion(){
1331
- return 11;
1332
1333
1334
/**
0 commit comments