We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6b95f6 + 2d5a920 commit 230d00bCopy full SHA for 230d00b
include/dpp/version.h
@@ -21,8 +21,8 @@
21
#pragma once
22
23
#if !defined(DPP_VERSION_LONG)
24
-#define DPP_VERSION_LONG 0x00090004
25
-#define DPP_VERSION_SHORT 090004
+#define DPP_VERSION_LONG 0x00090005
+#define DPP_VERSION_SHORT 090005
26
#define DPP_VERSION_TEXT "D++ 9.0.5 (14-Sep-2021)"
27
28
#define DPP_VERSION_MAJOR ((DPP_VERSION_LONG & 0x00ff0000) >> 16)
makerelease.sh
@@ -32,4 +32,3 @@ gh release create "v$NEWVER" --draft --title "v$NEWVER release" --notes "$(git l
32
echo "Cleaning up..."
33
cd ..
34
rm -rf temp
35
-
0 commit comments