Skip to content

Commit 40160ec

Browse files
[skip ci] version bump
1 parent 432a124 commit 40160ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/dpp/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
#pragma once
2323

2424
#ifndef DPP_VERSION_LONG
25-
#define DPP_VERSION_LONG 0x00100104
26-
#define DPP_VERSION_SHORT 100104
27-
#define DPP_VERSION_TEXT "D++ 10.1.4 (07-Jul-2025)"
25+
#define DPP_VERSION_LONG 0x00100105
26+
#define DPP_VERSION_SHORT 100105
27+
#define DPP_VERSION_TEXT "D++ 10.1.5 (21-Dec-2025)"
2828

2929
#define DPP_VERSION_MAJOR ((DPP_VERSION_LONG & 0x00ff0000) >> 16)
3030
#define DPP_VERSION_MINOR ((DPP_VERSION_LONG & 0x0000ff00) >> 8)

0 commit comments

Comments
 (0)