Fixes and formatting

This commit is contained in:
Nathan Fisher 2024-02-10 19:11:35 -05:00
parent e41503ad2e
commit b035e0018a

View file

@ -62,6 +62,16 @@ typedef enum {
x86_64,
} Arch;
typedef struct {
PreReleaseTag pr_tag;
union {
uint16_t alpha;
uint16_t beta;
uint16_t rc;
GitRevision *git;
};
} PreRelease;
typedef struct {
VersionKindTag vk_tag;
union {