Skip to content

Commit 25559d0

Browse files
authored
Increased version number for release 0.1.6
1 parent baf3c83 commit 25559d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twofingemu.h

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

2020
#define MAX(a, b) (a > b ? a : b)
2121

22-
#define VERSION "0.1.5.20200913"
22+
#define VERSION "0.1.6.20230112"
2323

2424
#define BLOCKING_INTERVAL_MS_DEFAULT 500
2525

0 commit comments

Comments
 (0)