diff --git a/embed/boardloader/version.h b/embed/boardloader/version.h index 1352c7c57..0ca905e53 100644 --- a/embed/boardloader/version.h +++ b/embed/boardloader/version.h @@ -1,4 +1,4 @@ -#define VERSION_MAJOR 2 -#define VERSION_MINOR 0 -#define VERSION_PATCH 0 -#define VERSION_BUILD 0 +#define VERSION_MAJOR 2 +#define VERSION_MINOR 0 +#define VERSION_PATCH 0 +#define VERSION_BUILD 0 diff --git a/embed/bootloader/version.h b/embed/bootloader/version.h index f5867712d..0056de2b5 100644 --- a/embed/bootloader/version.h +++ b/embed/bootloader/version.h @@ -1,6 +1,6 @@ #define VERSION_MAJOR 2 #define VERSION_MINOR 0 -#define VERSION_PATCH 0 +#define VERSION_PATCH 1 #define VERSION_BUILD 0 #define VERSION_UINT32 (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | (VERSION_BUILD << 24)) diff --git a/embed/firmware/version.h b/embed/firmware/version.h index b4b57179a..8ccafef3b 100644 --- a/embed/firmware/version.h +++ b/embed/firmware/version.h @@ -1,9 +1,9 @@ -#define VERSION_MAJOR 2 -#define VERSION_MINOR 0 -#define VERSION_PATCH 0 -#define VERSION_BUILD 0 +#define VERSION_MAJOR 2 +#define VERSION_MINOR 0 +#define VERSION_PATCH 1 +#define VERSION_BUILD 0 -#define FIX_VERSION_MAJOR 2 -#define FIX_VERSION_MINOR 0 -#define FIX_VERSION_PATCH 0 -#define FIX_VERSION_BUILD 0 +#define FIX_VERSION_MAJOR 2 +#define FIX_VERSION_MINOR 0 +#define FIX_VERSION_PATCH 0 +#define FIX_VERSION_BUILD 0 diff --git a/embed/reflash/version.h b/embed/reflash/version.h index f5eeee876..952adcfbc 100644 --- a/embed/reflash/version.h +++ b/embed/reflash/version.h @@ -1,9 +1,9 @@ -#define VERSION_MAJOR 0 -#define VERSION_MINOR 1 -#define VERSION_PATCH 0 -#define VERSION_BUILD 0 +#define VERSION_MAJOR 0 +#define VERSION_MINOR 1 +#define VERSION_PATCH 0 +#define VERSION_BUILD 0 -#define FIX_VERSION_MAJOR 0 -#define FIX_VERSION_MINOR 1 -#define FIX_VERSION_PATCH 0 -#define FIX_VERSION_BUILD 0 +#define FIX_VERSION_MAJOR 0 +#define FIX_VERSION_MINOR 1 +#define FIX_VERSION_PATCH 0 +#define FIX_VERSION_BUILD 0