1
0
Fork 0

Prepare v2012.04-rc1

Signed-off-by: Wolfgang Denk <wd@denx.de>
utp
Wolfgang Denk 2012-03-31 00:13:05 +02:00
parent ee04a1048e
commit c008b6f6dd
1 changed files with 3 additions and 3 deletions

View File

@ -21,10 +21,10 @@
# MA 02111-1307 USA
#
VERSION = 2011
PATCHLEVEL = 12
VERSION = 2012
PATCHLEVEL = 04
SUBLEVEL =
EXTRAVERSION =
EXTRAVERSION = -rc1
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else