diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config/Options.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 7bcba27e04..ee6ccb506e 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -97,7 +97,7 @@ define OBJCOPY comment "Objcopy command" end define COREBOOT_VERSION - default "2.0.0" + default "2.0.0-r$(shell if [ -f `which svnversion` ]; then svnversion $(TOP); fi)" export always format "\"%s\"" comment "coreboot version" |