Commit 901de79a3792c81aefcbf207a34049e63f21362b

Authored by Wolfgang Denk
1 parent 6b62b9a31d

Prepare v2011.12-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 = 2011
25 25 PATCHLEVEL = 12
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