diff options
| author | wdenk <wdenk> | 2003-06-30 16:24:52 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-06-30 16:24:52 +0000 | 
| commit | b37c7e5e5c3c80c68f49a31c4308b159bb5bda1a (patch) | |
| tree | a67e4a61c80dd3744707429e72eb2f5256e682b6 /include | |
| parent | b0fce99bfc116c2ddb4506268d6e4a0a7054478d (diff) | |
| download | olio-uboot-2014.01-b37c7e5e5c3c80c68f49a31c4308b159bb5bda1a.tar.xz olio-uboot-2014.01-b37c7e5e5c3c80c68f49a31c4308b159bb5bda1a.zip | |
* Patch by Seb James, 30 Jun 2003:
  Improve documentation of I2C configuration in README
* Fix problems with previous log buffer "fixes"
* Fix minor help text issues
* "log append" did not append a newline
Diffstat (limited to 'include')
| -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 fee1b692b..9d0dbb3cb 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.4.1" +#define	U_BOOT_VERSION	"U-Boot 0.4.2"  #endif	/* __VERSION_H__ */ |