mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #1937 - Part 1: Update build system for libaom.
This commit is contained in:
parent
5b40dbab42
commit
d09a5eeca2
42 changed files with 3888 additions and 2214 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#define VERSION_MAJOR 2
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_PATCH 2
|
||||
#define VERSION_MAJOR 3
|
||||
#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 "v2.0.2"
|
||||
#define VERSION_STRING " v2.0.2"
|
||||
#define VERSION_STRING_NOSP "v3.4.0"
|
||||
#define VERSION_STRING " v3.4.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue