mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8 lines
256 B
C
8 lines
256 B
C
#define VERSION_MAJOR 0
|
|
#define VERSION_MINOR 9
|
|
#define VERSION_PATCH 0
|
|
#define VERSION_EXTRA ""
|
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
|
#define VERSION_STRING_NOSP "v0.9.0"
|
|
#define VERSION_STRING " v0.9.0"
|