From 98e4301c2dc37538b9987597cca193552765e7d2 Mon Sep 17 00:00:00 2001 From: Craig Edwards Date: Fri, 27 Oct 2023 17:12:13 +0000 Subject: [PATCH] version bump [skip ci] --- include/dpp/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)