diff options
| author | wdenk <wdenk> | 2003-07-16 16:40:22 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-07-16 16:40:22 +0000 | 
| commit | cb4dbb7bbc271f988e14ec353a5e86d7f10e1da0 (patch) | |
| tree | ca7b875ee18e09e8aea45ffb22539a15fadaf77c /include/version.h | |
| parent | ad12965db5d145f7cf7595cbeaf03b3402f42897 (diff) | |
| download | olio-uboot-2014.01-cb4dbb7bbc271f988e14ec353a5e86d7f10e1da0.tar.xz olio-uboot-2014.01-cb4dbb7bbc271f988e14ec353a5e86d7f10e1da0.zip | |
Incorporate Patch by Lutz Dennig, 15 Jul 2003.
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 b8632eca0..fb7411e3a 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.3" +#define	U_BOOT_VERSION	"U-Boot 0.4.4"  #endif	/* __VERSION_H__ */ |