Gitiles
Code Review
Sign In
review.coreboot.org
/
memtest86plus
/
4dcd13d70f847a264b727b533b77b4ffb4cce211
/
.
/
build_number.h
blob: d1f2abc8fb3db447546c416e2ae928c98950f7a7 [
file
] [
log
] [
blame
]
Martin Roth
9b1b335
2016-02-24 12:27:06 -0800
[
diff
] [
blame
]
1
#ifndef
BUILD_NUMBER_STR
2
#define
BUILD_NUMBER_STR
"617"
3
#endif
4
#ifndef
VERSION_STR
5
#define
VERSION_STR
"4.99617 - Thu May 3 11:45:57 CEST 2012"
6
#endif
7
#ifndef
VERSION_STR_SHORT
8
#define
VERSION_STR_SHORT
"4.99617"
9
#endif