Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DacoTaco committed Sep 9, 2023
1 parent 38a7828 commit 2b70b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shared/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ typedef struct {
#define VERSION_MAJOR 0
#define VERSION_MINOR 10
#define VERSION_PATCH 0
#define VERSION_RC 3
#define VERSION_RC 0
#define VERSION (version_t){ VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_RC }
#define VERSION_MERGED ((u32)(VERSION_MAJOR << 24 | VERSION_MINOR<<16 | VERSION_PATCH<<8 | VERSION_RC))
#define VERSION_DEPRECATED (unsigned int)((VERSION_MAJOR << 8) | (VERSION_MINOR * 10) | (VERSION_PATCH))
Expand Down

0 comments on commit 2b70b36

Please sign in to comment.