Skip to content

Commit 8bee2d5

Browse files
committed
Update version of both listeners to 1.3.0
1 parent 2ed62ca commit 8bee2d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

listeners/GPII_RFIDListener/src/GPII_RFIDListener.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//
1616
#include <windows.h>
1717

18-
#define VER_PRODUCTVERSION 1,2,0
18+
#define VER_PRODUCTVERSION 1,3,0
1919

2020
#define __str(a) #a
2121
#define _str(a) __str(a)

listeners/GPII_USBListener/src/GPII_USBListener.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include <windows.h>
1818

19-
#define VER_PRODUCTVERSION 1,2,0
19+
#define VER_PRODUCTVERSION 1,3,0
2020

2121
#define __str(a) #a
2222
#define _str(a) __str(a)

0 commit comments

Comments
 (0)