mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
74e7eaa193
Update libvpx to e67d45d4ce92468ba193288b59093fef0a502662 * * * Bug 1178215 - Bump clobber for libvpx file renames. r=me
8 lines
294 B
C
8 lines
294 B
C
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 4
|
|
#define VERSION_PATCH 0
|
|
#define VERSION_EXTRA "488-ge67d45d"
|
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
|
#define VERSION_STRING_NOSP "v1.4.0-488-ge67d45d"
|
|
#define VERSION_STRING " v1.4.0-488-ge67d45d"
|