diff --git a/src/common/version.h b/src/common/version.h index eaf132b7e..77ef6acf2 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -48,6 +48,8 @@ #define VER_MINOR 9U #define VER_PATCH 5U +#define VERSION ((VER_MAJOR * 0x100) + (VER_MINOR * 0x10) + VER_PATCH) + /* End of version.h */