From 64501cfd23bfa636e974c7f24be803ab7ed3479d Mon Sep 17 00:00:00 2001 From: TravisRo Date: Mon, 19 Jul 2021 09:50:27 -0600 Subject: [PATCH] VERSION 3.1.0.0 RELEASE --- libusbK/make.versions | 2 +- libusbK/src/dll/lusbk_version.h | 6 +++--- libusbK/src/dpscat/lusbk_version.h | 6 +++--- libusbK/src/kBench/lusbk_version.h | 6 +++--- libusbK/src/kList/lusbk_version.h | 6 +++--- libusbK/src/lib/lusbk_version.h | 6 +++--- libusbK/src/sys/lusbk_version.h | 6 +++--- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/libusbK/make.versions b/libusbK/make.versions index 6a38453..eb7a110 100644 --- a/libusbK/make.versions +++ b/libusbK/make.versions @@ -1,4 +1,4 @@ -PACKAGE = 3.0.13.0; NUL; NUL; +PACKAGE = 3.1.0.0; NUL; NUL; libusbK.sys = PACKAGE; .\common_version_h.in; .\src\sys\lusbk_version.h; libusbK.lib = PACKAGE; .\common_version_h.in; .\src\lib\lusbk_version.h; libusbK.dll = PACKAGE; .\common_version_h.in; .\src\dll\lusbk_version.h; diff --git a/libusbK/src/dll/lusbk_version.h b/libusbK/src/dll/lusbk_version.h index 6d26450..6956e39 100644 --- a/libusbK/src/dll/lusbk_version.h +++ b/libusbK/src/dll/lusbk_version.h @@ -14,10 +14,10 @@ #endif #define VERSION_MAJOR 3 -#define VERSION_MINOR 0 -#define VERSION_MICRO 13 +#define VERSION_MINOR 1 +#define VERSION_MICRO 0 #define VERSION_NANO 0 -#define VERSION_DATE 07/09/2021 +#define VERSION_DATE 07/19/2021 #define RC_FILENAME_STR "libusbK.dll" #define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO diff --git a/libusbK/src/dpscat/lusbk_version.h b/libusbK/src/dpscat/lusbk_version.h index 1e3564d..4dba849 100644 --- a/libusbK/src/dpscat/lusbk_version.h +++ b/libusbK/src/dpscat/lusbk_version.h @@ -14,10 +14,10 @@ #endif #define VERSION_MAJOR 3 -#define VERSION_MINOR 0 -#define VERSION_MICRO 13 +#define VERSION_MINOR 1 +#define VERSION_MICRO 0 #define VERSION_NANO 0 -#define VERSION_DATE 07/09/2021 +#define VERSION_DATE 07/19/2021 #define RC_FILENAME_STR "dpscat.exe" #define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO diff --git a/libusbK/src/kBench/lusbk_version.h b/libusbK/src/kBench/lusbk_version.h index 0a5c28b..51e5885 100644 --- a/libusbK/src/kBench/lusbk_version.h +++ b/libusbK/src/kBench/lusbk_version.h @@ -14,10 +14,10 @@ #endif #define VERSION_MAJOR 3 -#define VERSION_MINOR 0 -#define VERSION_MICRO 13 +#define VERSION_MINOR 1 +#define VERSION_MICRO 0 #define VERSION_NANO 0 -#define VERSION_DATE 07/09/2021 +#define VERSION_DATE 07/19/2021 #define RC_FILENAME_STR "kBench.exe" #define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO diff --git a/libusbK/src/kList/lusbk_version.h b/libusbK/src/kList/lusbk_version.h index 0f4d5bd..941b2d6 100644 --- a/libusbK/src/kList/lusbk_version.h +++ b/libusbK/src/kList/lusbk_version.h @@ -14,10 +14,10 @@ #endif #define VERSION_MAJOR 3 -#define VERSION_MINOR 0 -#define VERSION_MICRO 13 +#define VERSION_MINOR 1 +#define VERSION_MICRO 0 #define VERSION_NANO 0 -#define VERSION_DATE 07/09/2021 +#define VERSION_DATE 07/19/2021 #define RC_FILENAME_STR "kList.exe" #define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO diff --git a/libusbK/src/lib/lusbk_version.h b/libusbK/src/lib/lusbk_version.h index 04067ba..ae5c93f 100644 --- a/libusbK/src/lib/lusbk_version.h +++ b/libusbK/src/lib/lusbk_version.h @@ -14,10 +14,10 @@ #endif #define VERSION_MAJOR 3 -#define VERSION_MINOR 0 -#define VERSION_MICRO 13 +#define VERSION_MINOR 1 +#define VERSION_MICRO 0 #define VERSION_NANO 0 -#define VERSION_DATE 07/09/2021 +#define VERSION_DATE 07/19/2021 #define RC_FILENAME_STR "libusbK.lib" #define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO diff --git a/libusbK/src/sys/lusbk_version.h b/libusbK/src/sys/lusbk_version.h index b87a5a8..4993558 100644 --- a/libusbK/src/sys/lusbk_version.h +++ b/libusbK/src/sys/lusbk_version.h @@ -14,10 +14,10 @@ #endif #define VERSION_MAJOR 3 -#define VERSION_MINOR 0 -#define VERSION_MICRO 13 +#define VERSION_MINOR 1 +#define VERSION_MICRO 0 #define VERSION_NANO 0 -#define VERSION_DATE 07/09/2021 +#define VERSION_DATE 07/19/2021 #define RC_FILENAME_STR "libusbK.sys" #define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO