mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
7 lines
256 B
C
7 lines
256 B
C
|
|
#define VERSION_MAJOR 1
|
||
|
|
#define VERSION_MINOR 6
|
||
|
|
#define VERSION_PATCH 1
|
||
|
|
#define VERSION_EXTRA ""
|
||
|
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
||
|
|
#define VERSION_STRING_NOSP "v1.6.1"
|
||
|
|
#define VERSION_STRING " v1.6.1"
|