Commit 01f03bda5b22e5aeae5f02fd537da97a41485c73

Authored by Wolfgang Denk
1 parent c4976807cb

Prepare v2010.06-rc1

Signed-off-by: Wolfgang Denk <wd@denx.de>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -22,9 +22,9 @@
22 22 #
23 23  
24 24 VERSION = 2010
25   -PATCHLEVEL = 03
  25 +PATCHLEVEL = 06
26 26 SUBLEVEL =
27   -EXTRAVERSION =
  27 +EXTRAVERSION = -rc1
28 28 ifneq "$(SUBLEVEL)" ""
29 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
30 30 else