mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
Prepare v2013.04-rc1
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
47fa71b87f
commit
2536850d7c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -22,9 +22,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION = 2013
|
VERSION = 2013
|
||||||
PATCHLEVEL = 01
|
PATCHLEVEL = 04
|
||||||
SUBLEVEL =
|
SUBLEVEL =
|
||||||
EXTRAVERSION =
|
EXTRAVERSION = -rc1
|
||||||
ifneq "$(SUBLEVEL)" ""
|
ifneq "$(SUBLEVEL)" ""
|
||||||
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue