From 0798b34e1be0952403d337099615066954ad35cf Mon Sep 17 00:00:00 2001 From: Craig Edwards Date: Sun, 20 Oct 2024 22:47:17 +0000 Subject: [PATCH] [skip ci] version bump --- 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 e94dc4af7b..38601074b4 100644 --- a/include/dpp/version.h +++ b/include/dpp/version.h @@ -22,9 +22,9 @@ #pragma once #ifndef DPP_VERSION_LONG -#define DPP_VERSION_LONG 0x00100033 -#define DPP_VERSION_SHORT 100033 -#define DPP_VERSION_TEXT "D++ 10.0.33 (13-Oct-2024)" +#define DPP_VERSION_LONG 0x00100034 +#define DPP_VERSION_SHORT 100034 +#define DPP_VERSION_TEXT "D++ 10.0.34 (20-Oct-2024)" #define DPP_VERSION_MAJOR ((DPP_VERSION_LONG & 0x00ff0000) >> 16) #define DPP_VERSION_MINOR ((DPP_VERSION_LONG & 0x0000ff00) >> 8)