Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
dc8eb671325599f9222b48a3297e584c84d7c3ba
/
.
/
src
/
version.c
blob: a8a58cf09cf12897323f87d4febb86eebbff0e9a [
file
] [
log
] [
blame
]
Kevin O'Connor
a6c8774
2015-10-13 15:09:40 -0400
[
diff
] [
blame
]
1
// Place build generated version into a C variable
2
#include
"autoversion.h"
3
4
char
VERSION
[]
=
BUILD_VERSION
;
Kevin O'Connor
efd70a5
2015-10-13 15:44:25 -0400
[
diff
] [
blame
]
5
char
BUILDINFO
[]
=
BUILD_TOOLS
;