Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
libvpx
/
platforms
/
linux-x64
/
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"