Skip to content

Commit a3e6391

Browse files
authored
Merge pull request #1874 from berryzplus/feature/fix-version-number
バージョンがv2.4.2.0になる件の対策
2 parents 5977eba + 8c94325 commit a3e6391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sakura_core/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#define _MAKE_VERSION(a, b, c, d) a, b, c, d
4040
#define _MAKE_VERSION_STR(a, b, c, d, sep) TO_STR(a) sep TO_STR(b) sep TO_STR(c) sep TO_STR(d)
4141

42-
#define PRODUCT_VERSION _MAKE_VERSION(VER_A, VER_B, VER_C, 0)
42+
#define PRODUCT_VERSION _MAKE_VERSION(VER_A, VER_B, VER_C, VER_D)
4343
#define FILE_VERSION _MAKE_VERSION(VER_A, VER_B, VER_C, VER_D)
4444
#define VERSION_STR _MAKE_VERSION_STR(VER_A, VER_B, VER_C, VER_D, ".")
4545

0 commit comments

Comments
 (0)