X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fversion.h;h=a34291adc5d9ae8ace49cd18e8613c91b9420da9;hb=3405f38a15eec5092ac47efe0829f10a24491c6e;hp=b8632eca0ecc38f6a85b0e680c7fa8621d6d8dc6;hpb=8564acf936726c5568d71e4fa93a0ae9814e0d07;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/version.h b/include/version.h index b8632ec..a34291a 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.3" +#ifndef DO_DEPS_ONLY +#include "version_autogenerated.h" +#endif #endif /* __VERSION_H__ */