Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:brainboxdotcc/DPP
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Oct 27, 2023
2 parents 3b82bce + 98e4301 commit 2b3ef55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/dpp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2b3ef55

Please sign in to comment.