Commit 211e47549b668c7cdd8658c0413a272f0d0495d4

Authored by Wolfgang Denk
1 parent 3fe63839f3

Prepare v2012.07-rc1

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

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

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