X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fversion.h;h=a34291adc5d9ae8ace49cd18e8613c91b9420da9;hb=1a832dc4f8cd4cf899117ecab4821bdb9a4005bc;hp=5a95754697bd13879ddb97da56d160b326536b27;hpb=93f19cc0ed3274f4e67fce4971c49010200288a3;p=u-boot diff --git a/include/version.h b/include/version.h index 5a95754697..a34291adc5 100644 --- a/include/version.h +++ b/include/version.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2000-2002 + * (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.2.0" +#ifndef DO_DEPS_ONLY +#include "version_autogenerated.h" +#endif #endif /* __VERSION_H__ */