Skip to content

Commit 9015c07

Browse files
authored
1.0.0.2 bump
1 parent 296c73f commit 9015c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/burn/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#define VER_MAJOR 1
55
#define VER_MINOR 0
66
#define VER_BETA 0
7-
#define VER_ALPHA 1
7+
#define VER_ALPHA 2
88

99
#define BURN_VERSION (VER_MAJOR * 0x100000) + (VER_MINOR * 0x010000) + (((VER_BETA / 10) * 0x001000) + ((VER_BETA % 10) * 0x000100)) + (((VER_ALPHA / 10) * 0x000010) + (VER_ALPHA % 10))
1010

0 commit comments

Comments
 (0)