From c684e65db4c460cb103ec69bde03a3d75f296923 Mon Sep 17 00:00:00 2001 From: TravisRo Date: Thu, 8 Jul 2021 20:03:56 -0600 Subject: [PATCH] Version 3.0.12.0 --- libusbK/make.versions | 2 +- libusbK/src/dll/lusbk_version.h | 4 ++-- libusbK/src/dpscat/lusbk_version.h | 4 ++-- libusbK/src/kBench/lusbk_version.h | 4 ++-- libusbK/src/kList/lusbk_version.h | 4 ++-- libusbK/src/lib/lusbk_version.h | 4 ++-- libusbK/src/sys/lusbk_version.h | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/libusbK/make.versions b/libusbK/make.versions index d82a9a4..662dbfa 100644 --- a/libusbK/make.versions +++ b/libusbK/make.versions @@ -1,4 +1,4 @@ -PACKAGE = 3.0.10.0; NUL; NUL; +PACKAGE = 3.0.12.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 10b710e..f7fa9d7 100644 --- a/libusbK/src/dll/lusbk_version.h +++ b/libusbK/src/dll/lusbk_version.h @@ -15,9 +15,9 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 0 -#define VERSION_MICRO 10 +#define VERSION_MICRO 12 #define VERSION_NANO 0 -#define VERSION_DATE 07/04/2021 +#define VERSION_DATE 07/08/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 2e11823..1786748 100644 --- a/libusbK/src/dpscat/lusbk_version.h +++ b/libusbK/src/dpscat/lusbk_version.h @@ -15,9 +15,9 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 0 -#define VERSION_MICRO 10 +#define VERSION_MICRO 12 #define VERSION_NANO 0 -#define VERSION_DATE 07/04/2021 +#define VERSION_DATE 07/08/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 424ea43..7517fb5 100644 --- a/libusbK/src/kBench/lusbk_version.h +++ b/libusbK/src/kBench/lusbk_version.h @@ -15,9 +15,9 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 0 -#define VERSION_MICRO 10 +#define VERSION_MICRO 12 #define VERSION_NANO 0 -#define VERSION_DATE 07/04/2021 +#define VERSION_DATE 07/08/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 b490ed0..549bce8 100644 --- a/libusbK/src/kList/lusbk_version.h +++ b/libusbK/src/kList/lusbk_version.h @@ -15,9 +15,9 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 0 -#define VERSION_MICRO 10 +#define VERSION_MICRO 12 #define VERSION_NANO 0 -#define VERSION_DATE 07/04/2021 +#define VERSION_DATE 07/08/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 174235f..9c75f16 100644 --- a/libusbK/src/lib/lusbk_version.h +++ b/libusbK/src/lib/lusbk_version.h @@ -15,9 +15,9 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 0 -#define VERSION_MICRO 10 +#define VERSION_MICRO 12 #define VERSION_NANO 0 -#define VERSION_DATE 07/04/2021 +#define VERSION_DATE 07/08/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 3797392..37a189a 100644 --- a/libusbK/src/sys/lusbk_version.h +++ b/libusbK/src/sys/lusbk_version.h @@ -15,9 +15,9 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 0 -#define VERSION_MICRO 10 +#define VERSION_MICRO 12 #define VERSION_NANO 0 -#define VERSION_DATE 07/04/2021 +#define VERSION_DATE 07/08/2021 #define RC_FILENAME_STR "libusbK.sys" #define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO