Sign in
cobalt
/
cobalt
/
308ed6b84664d59944cd65f4b4359c28a2443be6
/
.
/
src
/
third_party
/
libvpx
/
platforms
/
arm
/
vpx_version.h
blob: e44cba1f066ebc2049d7489341880aaf3844268a [
file
] [
log
] [
blame
]
#define
VERSION_MAJOR
0
#define
VERSION_MINOR
0
#define
VERSION_PATCH
0
#define
VERSION_EXTRA
""
#define
VERSION_PACKED
((
VERSION_MAJOR
<<
16
)|(
VERSION_MINOR
<<
8
)|(
VERSION_PATCH
))
#define
VERSION_STRING_NOSP
"Release"
#define
VERSION_STRING
" Release"