mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0210e3849a
vp9_thread.c has changed directories, which mach doesn't handle properly, resulting in "No rule to make target" for the old source file path. Bump clobber for libvpx file renames.
8 lines
256 B
C
8 lines
256 B
C
#define VERSION_MAJOR 1
|
|
#define VERSION_MINOR 4
|
|
#define VERSION_PATCH 0
|
|
#define VERSION_EXTRA ""
|
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
|
#define VERSION_STRING_NOSP "v1.4.0"
|
|
#define VERSION_STRING " v1.4.0"
|