diff options
| author | wdenk <wdenk> | 2004-04-10 20:44:51 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-04-10 20:44:51 +0000 | 
| commit | f525c8a1476945b078ce4ffe6cf768c286cbf8cc (patch) | |
| tree | 5d35a72e8a2ec8e771b89b3c6c1ea8b5a56c9acd /include | |
| parent | 17d704eb9544a35dedd2cd8b744f7a8c0b381b1b (diff) | |
| download | olio-uboot-2014.01-f525c8a1476945b078ce4ffe6cf768c286cbf8cc.tar.xz olio-uboot-2014.01-f525c8a1476945b078ce4ffe6cf768c286cbf8cc.zip | |
Release version 1.1.0U-Boot-1_1_0
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 867717d39..e91860f42 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.0.2" +#define	U_BOOT_VERSION	"U-Boot 1.1.0"  #endif	/* __VERSION_H__ */ |