Commit c0d2f87d6c450128b88e73eea715fa3654f65b6c

Authored by Wolfgang Denk
1 parent f12e4549b6

Prepare v2008.10-rc2

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

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

... ... @@ -24,7 +24,7 @@
24 24 VERSION = 2008
25 25 PATCHLEVEL = 10
26 26 SUBLEVEL =
27   -EXTRAVERSION = -rc1
  27 +EXTRAVERSION = -rc2
28 28 ifneq "$(SUBLEVEL)" ""
29 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
30 30 else