diff --git a/include/dpp/version.h b/include/dpp/version.h index 82b1d81178..c835ab3518 100644 --- a/include/dpp/version.h +++ b/include/dpp/version.h @@ -22,9 +22,9 @@ #pragma once #if !defined(DPP_VERSION_LONG) -#define DPP_VERSION_LONG 0x00100027 -#define DPP_VERSION_SHORT 100027 -#define DPP_VERSION_TEXT "D++ 10.0.27 (30-Sep-2023)" +#define DPP_VERSION_LONG 0x00100028 +#define DPP_VERSION_SHORT 100028 +#define DPP_VERSION_TEXT "D++ 10.0.28 (27-Oct-2023)" #define DPP_VERSION_MAJOR ((DPP_VERSION_LONG & 0x00ff0000) >> 16) #define DPP_VERSION_MINOR ((DPP_VERSION_LONG & 0x0000ff00) >> 8)