Files
freeswitch/libs/win32/libvpx/vpx_version.h
2020-03-06 21:14:46 +04:00

9 lines
296 B
C

// This file is generated. Do not edit.
#define VERSION_MAJOR 1
#define VERSION_MINOR 8
#define VERSION_PATCH 1
#define VERSION_EXTRA ""
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.8.1"
#define VERSION_STRING " v1.8.1"