Skip to content

Commit 64501cf

Browse files
committed
VERSION 3.1.0.0 RELEASE
1 parent 8e20164 commit 64501cf

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

libusbK/make.versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PACKAGE = 3.0.13.0; NUL; NUL;
1+
PACKAGE = 3.1.0.0; NUL; NUL;
22
libusbK.sys = PACKAGE; .\common_version_h.in; .\src\sys\lusbk_version.h;
33
libusbK.lib = PACKAGE; .\common_version_h.in; .\src\lib\lusbk_version.h;
44
libusbK.dll = PACKAGE; .\common_version_h.in; .\src\dll\lusbk_version.h;

libusbK/src/dll/lusbk_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#endif
1515

1616
#define VERSION_MAJOR 3
17-
#define VERSION_MINOR 0
18-
#define VERSION_MICRO 13
17+
#define VERSION_MINOR 1
18+
#define VERSION_MICRO 0
1919
#define VERSION_NANO 0
20-
#define VERSION_DATE 07/09/2021
20+
#define VERSION_DATE 07/19/2021
2121
#define RC_FILENAME_STR "libusbK.dll"
2222

2323
#define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO

libusbK/src/dpscat/lusbk_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#endif
1515

1616
#define VERSION_MAJOR 3
17-
#define VERSION_MINOR 0
18-
#define VERSION_MICRO 13
17+
#define VERSION_MINOR 1
18+
#define VERSION_MICRO 0
1919
#define VERSION_NANO 0
20-
#define VERSION_DATE 07/09/2021
20+
#define VERSION_DATE 07/19/2021
2121
#define RC_FILENAME_STR "dpscat.exe"
2222

2323
#define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO

libusbK/src/kBench/lusbk_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#endif
1515

1616
#define VERSION_MAJOR 3
17-
#define VERSION_MINOR 0
18-
#define VERSION_MICRO 13
17+
#define VERSION_MINOR 1
18+
#define VERSION_MICRO 0
1919
#define VERSION_NANO 0
20-
#define VERSION_DATE 07/09/2021
20+
#define VERSION_DATE 07/19/2021
2121
#define RC_FILENAME_STR "kBench.exe"
2222

2323
#define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO

libusbK/src/kList/lusbk_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#endif
1515

1616
#define VERSION_MAJOR 3
17-
#define VERSION_MINOR 0
18-
#define VERSION_MICRO 13
17+
#define VERSION_MINOR 1
18+
#define VERSION_MICRO 0
1919
#define VERSION_NANO 0
20-
#define VERSION_DATE 07/09/2021
20+
#define VERSION_DATE 07/19/2021
2121
#define RC_FILENAME_STR "kList.exe"
2222

2323
#define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO

libusbK/src/lib/lusbk_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#endif
1515

1616
#define VERSION_MAJOR 3
17-
#define VERSION_MINOR 0
18-
#define VERSION_MICRO 13
17+
#define VERSION_MINOR 1
18+
#define VERSION_MICRO 0
1919
#define VERSION_NANO 0
20-
#define VERSION_DATE 07/09/2021
20+
#define VERSION_DATE 07/19/2021
2121
#define RC_FILENAME_STR "libusbK.lib"
2222

2323
#define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO

libusbK/src/sys/lusbk_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
#endif
1515

1616
#define VERSION_MAJOR 3
17-
#define VERSION_MINOR 0
18-
#define VERSION_MICRO 13
17+
#define VERSION_MINOR 1
18+
#define VERSION_MICRO 0
1919
#define VERSION_NANO 0
20-
#define VERSION_DATE 07/09/2021
20+
#define VERSION_DATE 07/19/2021
2121
#define RC_FILENAME_STR "libusbK.sys"
2222

2323
#define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO

0 commit comments

Comments
 (0)