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.
1 parent 296c73f commit 9015c07Copy full SHA for 9015c07
src/burn/version.h
@@ -4,7 +4,7 @@
4
#define VER_MAJOR 1
5
#define VER_MINOR 0
6
#define VER_BETA 0
7
-#define VER_ALPHA 1
+#define VER_ALPHA 2
8
9
#define BURN_VERSION (VER_MAJOR * 0x100000) + (VER_MINOR * 0x010000) + (((VER_BETA / 10) * 0x001000) + ((VER_BETA % 10) * 0x000100)) + (((VER_ALPHA / 10) * 0x000010) + (VER_ALPHA % 10))
10
0 commit comments