Skip to content

Commit

Permalink
[skip ci] version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Oct 13, 2024
1 parent 7940773 commit 6ba5df8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/dpp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
************************************************************************************/
#pragma once

#if !defined(DPP_VERSION_LONG)
#define DPP_VERSION_LONG 0x00100032
#define DPP_VERSION_SHORT 100032
#define DPP_VERSION_TEXT "D++ 10.0.32 (22-Sep-2024)"
#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_MAJOR ((DPP_VERSION_LONG & 0x00ff0000) >> 16)
#define DPP_VERSION_MINOR ((DPP_VERSION_LONG & 0x0000ff00) >> 8)
Expand Down

0 comments on commit 6ba5df8

Please sign in to comment.