Skip to content

Commit 5977b2c

Browse files
[skip ci] version bump
1 parent 376cb9b commit 5977b2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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 0x00100102
26-
#define DPP_VERSION_SHORT 100102
27-
#define DPP_VERSION_TEXT "D++ 10.1.2 (17-Mar-2025)"
25+
#define DPP_VERSION_LONG 0x00100103
26+
#define DPP_VERSION_SHORT 100103
27+
#define DPP_VERSION_TEXT "D++ 10.1.3 (21-Mar-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)