diff options
| author | wdenk <wdenk> | 2004-04-12 14:31:43 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-04-12 14:31:43 +0000 | 
| commit | 56b86bf0cd6ce45d337154c133ab361120ee5569 (patch) | |
| tree | d4038443cceababd417b597df03705f4a6d54fef /include/version.h | |
| parent | f525c8a1476945b078ce4ffe6cf768c286cbf8cc (diff) | |
| download | olio-uboot-2014.01-56b86bf0cd6ce45d337154c133ab361120ee5569.tar.xz olio-uboot-2014.01-56b86bf0cd6ce45d337154c133ab361120ee5569.zip | |
Fix if / elif handling bug in HUSH shell
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 e91860f42..90eb79db3 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 1.1.0" +#define	U_BOOT_VERSION	"U-Boot 1.1.1"  #endif	/* __VERSION_H__ */ |