diff --git a/src/common/version.h b/src/common/version.h index 2a77a899d..5710c2984 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -46,7 +46,7 @@ #define VER_MAJOR 2U #define VER_MINOR 11U -#define VER_PATCH 0U +#define VER_PATCH 9U #define VERSION ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH)