Prepare v2010.06-rc1

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2010-05-26 23:57:08 +02:00
parent c4976807cb
commit 01f03bda5b
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@
#
VERSION = 2010
PATCHLEVEL = 03
PATCHLEVEL = 06
SUBLEVEL =
EXTRAVERSION =
EXTRAVERSION = -rc1
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else