mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
60fc51fb09
Results of running ./update.py --ndk ~/android/android-ndk-r9 --commit c731d6a4f19eea861ceb2ff31399420b2452eb74
8 lines
297 B
C
8 lines
297 B
C
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 3
|
|
#define VERSION_PATCH 0
|
|
#define VERSION_EXTRA "4207-gc731d6a"
|
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
|
#define VERSION_STRING_NOSP "v1.3.0-4207-gc731d6a"
|
|
#define VERSION_STRING " v1.3.0-4207-gc731d6a"
|