Skip to content

Commit c9d4c6b

Browse files
committed
Update version numbers
1 parent 7bb5dd9 commit c9d4c6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NativeCode/SerialPortImpl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ JNIEXPORT jint JNICALL Java_com_rm5248_serial_SerialPort_getMajorNativeVersion
18721872
*/
18731873
JNIEXPORT jint JNICALL Java_com_rm5248_serial_SerialPort_getMinorNativeVersion
18741874
(JNIEnv * env, jclass cls){
1875-
return 12;
1875+
return 13;
18761876
}
18771877

18781878
/*

src/com/rm5248/serial/SerialPort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@ public static int getMajorVersion(){
13281328
* 0.2, this returns 2.
13291329
*/
13301330
public static int getMinorVersion(){
1331-
return 11;
1331+
return 13;
13321332
}
13331333

13341334
/**

0 commit comments

Comments
 (0)