diff options
| author | wdenk <wdenk> | 2002-11-03 18:03:52 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2002-11-03 18:03:52 +0000 | 
| commit | 699b13a6064e642280caffaa83c10b359a6c1114 (patch) | |
| tree | 8883f63834e4328bf51ff1341678b30ae2ffe9a5 /include/version.h | |
| parent | 24ee89b97a49826ea800b4a6c0d5c0769328e317 (diff) | |
| download | olio-uboot-2014.01-699b13a6064e642280caffaa83c10b359a6c1114.tar.xz olio-uboot-2014.01-699b13a6064e642280caffaa83c10b359a6c1114.zip | |
* Fix mdelay() on TRAB - this was still the debugging version with
  seconds instead of ms.
* Patch by Robert Schwebel, 1 Nov 2002:
  XScale related cleanup (affects all ARM boards)
* Cleanup of names, warnings and README.
Diffstat (limited to 'include/version.h')
| -rw-r--r-- | include/version.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/version.h b/include/version.h index e17f651ba..e10c62fca 100644 --- a/include/version.h +++ b/include/version.h @@ -24,6 +24,6 @@  #ifndef	__VERSION_H__  #define	__VERSION_H__ -#define	U_BOOT_VERSION	"U-Boot 0.1.0" +#define	U_BOOT_VERSION	"U-Boot 0.1.1"  #endif	/* __VERSION_H__ */ |