Skip to content

Commit 7c8efee

Browse files
committed
Updated minor native version
1 parent 376d0ba commit 7c8efee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NativeCode/SerialPortImpl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ JNIEXPORT jint JNICALL Java_com_rm5248_serial_SerialPort_getMajorNativeVersion
18141814
*/
18151815
JNIEXPORT jint JNICALL Java_com_rm5248_serial_SerialPort_getMinorNativeVersion
18161816
(JNIEnv * env, jclass cls){
1817-
return 9;
1817+
return 10;
18181818
}
18191819

18201820
/*

0 commit comments

Comments
 (0)