diff options
| author | wdenk <wdenk> | 2003-04-10 11:18:18 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2003-04-10 11:18:18 +0000 | 
| commit | d126bfbdbd45a78952d88a702b628ab9107c04e5 (patch) | |
| tree | 25f81e3dec52ff1a531e59fcbd384ed5406c44e2 /include/version.h | |
| parent | 60fbe254243ec461ec73da13132be098db33d3fa (diff) | |
| download | olio-uboot-2014.01-d126bfbdbd45a78952d88a702b628ab9107c04e5.tar.xz olio-uboot-2014.01-d126bfbdbd45a78952d88a702b628ab9107c04e5.zip | |
Add support for TQM862L modules
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 a17d2c800..d9afc489b 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.3.0" +#define	U_BOOT_VERSION	"U-Boot 0.3.1"  #endif	/* __VERSION_H__ */ |