mirror of
https://github.com/Relintai/webm.git
synced 2025-02-18 17:04:25 +01:00
8 lines
256 B
C
8 lines
256 B
C
|
#define VERSION_MAJOR 1
|
||
|
#define VERSION_MINOR 6
|
||
|
#define VERSION_PATCH 0
|
||
|
#define VERSION_EXTRA ""
|
||
|
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
||
|
#define VERSION_STRING_NOSP "v1.6.0"
|
||
|
#define VERSION_STRING " v1.6.0"
|