Commit 5738946be46c513fd945d3e1d8f8a0fa718b7c58

Authored by Wolfgang Denk
1 parent 3f3110d78b

Prepare v2011.12-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 = 2011
25   -PATCHLEVEL = 09
  25 +PATCHLEVEL = 12
26 26 SUBLEVEL =
27   -EXTRAVERSION =
  27 +EXTRAVERSION = -rc1
28 28 ifneq "$(SUBLEVEL)" ""
29 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
30 30 else