diff options
| author | Stefan Roese <sr@denx.de> | 2005-08-15 12:33:29 +0200 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2005-08-15 12:33:29 +0200 | 
| commit | 4dc37144f0838e5d36bf35a02ec6205e2ab77c5e (patch) | |
| tree | 24f97b0304a19c1971f8d20cbe734c3cf8f04079 | |
| parent | b79316f2a263f424e2a94abaa2c3f639fad7a864 (diff) | |
| download | olio-uboot-2014.01-4dc37144f0838e5d36bf35a02ec6205e2ab77c5e.tar.xz olio-uboot-2014.01-4dc37144f0838e5d36bf35a02ec6205e2ab77c5e.zip | |
Changed to version 1.1.4
| -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 2b9b6171d..4f8b498cf 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.3" +#define	U_BOOT_VERSION	"U-Boot 1.1.4"  #endif	/* __VERSION_H__ */ |