Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
c75d45a9712f9a0b4aa203d780e0bf01375699c9
/
.
/
src
/
version.c
blob: a8a58cf09cf12897323f87d4febb86eebbff0e9a [
file
] [
log
] [
blame
]
// Place build generated version into a C variable
#include
"autoversion.h"
char
VERSION
[]
=
BUILD_VERSION
;
char
BUILDINFO
[]
=
BUILD_TOOLS
;