diff options
author | wdenk <wdenk> | 2002-12-17 17:55:09 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-12-17 17:55:09 +0000 |
commit | 93f19cc0ed3274f4e67fce4971c49010200288a3 (patch) | |
tree | fe2e1fc39308b80fece85426492868dbc1547291 /include | |
parent | 6aff3115b90780933d390d2b471479179927468d (diff) | |
download | u-boot-imx-93f19cc0ed3274f4e67fce4971c49010200288a3.zip u-boot-imx-93f19cc0ed3274f4e67fce4971c49010200288a3.tar.gz u-boot-imx-93f19cc0ed3274f4e67fce4971c49010200288a3.tar.bz2 |
Prepare for release of version 0.2.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 e10c62f..5a95754 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.1.1" +#define U_BOOT_VERSION "U-Boot 0.2.0" #endif /* __VERSION_H__ */ |