X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fversion.h;h=a34291adc5d9ae8ace49cd18e8613c91b9420da9;hb=fd4e49c18901a50b1648235f26da1e8caa0f8764;hp=a17d2c8008acb79deaee0d2a950de51ca9c5ee05;hpb=60fbe254243ec461ec73da13132be098db33d3fa;p=karo-tx-uboot.git diff --git a/include/version.h b/include/version.h index a17d2c8008..a34291adc5 100644 --- a/include/version.h +++ b/include/version.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2000-2003 + * (C) Copyright 2000-2006 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this @@ -24,6 +24,8 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define U_BOOT_VERSION "U-Boot 0.3.0" +#ifndef DO_DEPS_ONLY +#include "version_autogenerated.h" +#endif #endif /* __VERSION_H__ */