Skip to content

Commit 230d00b

Browse files
Merge branch 'dev'
2 parents f6b95f6 + 2d5a920 commit 230d00b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

include/dpp/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
#pragma once
2222

2323
#if !defined(DPP_VERSION_LONG)
24-
#define DPP_VERSION_LONG 0x00090004
25-
#define DPP_VERSION_SHORT 090004
24+
#define DPP_VERSION_LONG 0x00090005
25+
#define DPP_VERSION_SHORT 090005
2626
#define DPP_VERSION_TEXT "D++ 9.0.5 (14-Sep-2021)"
2727

2828
#define DPP_VERSION_MAJOR ((DPP_VERSION_LONG & 0x00ff0000) >> 16)

makerelease.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ gh release create "v$NEWVER" --draft --title "v$NEWVER release" --notes "$(git l
3232
echo "Cleaning up..."
3333
cd ..
3434
rm -rf temp
35-

0 commit comments

Comments
 (0)