Thanks to visit codestin.com Credit goes to github.com
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 b0b7b83 commit 7debd0cCopy full SHA for 7debd0c
sakura_core/version.h
@@ -39,7 +39,7 @@
39
#define _MAKE_VERSION(a, b, c, d) a, b, c, d
40
#define _MAKE_VERSION_STR(a, b, c, d, sep) TO_STR(a) sep TO_STR(b) sep TO_STR(c) sep TO_STR(d)
41
42
-#define PRODUCT_VERSION _MAKE_VERSION(VER_A, VER_B, VER_C, 0)
+#define PRODUCT_VERSION _MAKE_VERSION(VER_A, VER_B, VER_C, VER_D)
43
#define FILE_VERSION _MAKE_VERSION(VER_A, VER_B, VER_C, VER_D)
44
#define VERSION_STR _MAKE_VERSION_STR(VER_A, VER_B, VER_C, VER_D, ".")
45
0 commit comments