summaryrefslogtreecommitdiffstats
path: root/include/version.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-10-29 23:18:55 +0000
committerwdenk <wdenk>2003-10-29 23:18:55 +0000
commit5fa66df63afe2841ce27596996811469903373a7 (patch)
treec57de575d2c6b4b1946caf9105ef44c20a3b074e /include/version.h
parenta0f2fe524c63b3be90e18c89fc62673b1cf8fc6b (diff)
downloadblackbird-obmc-uboot-5fa66df63afe2841ce27596996811469903373a7.tar.gz
blackbird-obmc-uboot-5fa66df63afe2841ce27596996811469903373a7.zip
* Prepare for release
* Fix problems in memory test on some boards (which was not non-destructive as intended) * Patch by Gary Jennejohn, 28 Oct 2003: Change fs/fat/fat.c to put I/O buffers in BSS instead on the stack to prevent stack overflow on ARM systems
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h
index ef22f7ac0a..b4ee13a40a 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.0-pre"
+#define U_BOOT_VERSION "U-Boot 1.0.0"
#endif /* __VERSION_H__ */
OpenPOWER on IntegriCloud