X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fversion.h;h=a34291adc5d9ae8ace49cd18e8613c91b9420da9;hb=cdb749778aa3a8f8d2a41dd4ad811ef822aecfe6;hp=e3ce8be3b34d4301c2fb82c7431fd8c77a7416e3;hpb=2535d60277cc295adf75cd5721dcecd840c69a63;p=u-boot diff --git a/include/version.h b/include/version.h index e3ce8be3b3..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.4.5" +#ifndef DO_DEPS_ONLY +#include "version_autogenerated.h" +#endif #endif /* __VERSION_H__ */