From 56b86bf0cd6ce45d337154c133ab361120ee5569 Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 12 Apr 2004 14:31:43 +0000 Subject: Fix if / elif handling bug in HUSH shell --- include/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/version.h') diff --git a/include/version.h b/include/version.h index e91860f425..90eb79db34 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__ */ -- cgit v1.2.1