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