Skip to content

Commit

Permalink
Merge pull request #1874 from berryzplus/feature/fix-version-number
Browse files Browse the repository at this point in the history
バージョンがv2.4.2.0になる件の対策
  • Loading branch information
berryzplus committed Dec 4, 2022
2 parents 5977eba + 8c94325 commit a3e6391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakura_core/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define _MAKE_VERSION(a, b, c, d) a, b, c, d
#define _MAKE_VERSION_STR(a, b, c, d, sep) TO_STR(a) sep TO_STR(b) sep TO_STR(c) sep TO_STR(d)

#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)
#define FILE_VERSION _MAKE_VERSION(VER_A, VER_B, VER_C, VER_D)
#define VERSION_STR _MAKE_VERSION_STR(VER_A, VER_B, VER_C, VER_D, ".")

Expand Down

0 comments on commit a3e6391

Please sign in to comment.