We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5977eba + 8c94325 commit a3e6391Copy full SHA for a3e6391
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