Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Sep 20, 2021
2 parents f6b95f6 + 2d5a920 commit 230d00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/dpp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#pragma once

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

#define DPP_VERSION_MAJOR ((DPP_VERSION_LONG & 0x00ff0000) >> 16)
Expand Down
1 change: 0 additions & 1 deletion makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ gh release create "v$NEWVER" --draft --title "v$NEWVER release" --notes "$(git l
echo "Cleaning up..."
cd ..
rm -rf temp

0 comments on commit 230d00b

Please sign in to comment.