mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Add aom_version.h
This commit is contained in:
parent
5e1d42c618
commit
760b6c7d25
1 changed files with 7 additions and 0 deletions
7
media/libaom/aom_version.h
Normal file
7
media/libaom/aom_version.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 1
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION_EXTRA ""
|
||||
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
|
||||
#define VERSION_STRING_NOSP "v0.1.0"
|
||||
#define VERSION_STRING " v0.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue