mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +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
|
||||
PATCHLEVEL = 01
|
||||
PATCHLEVEL = 04
|
||||
SUBLEVEL =
|
||||
EXTRAVERSION =
|
||||
EXTRAVERSION = -rc1
|
||||
ifneq "$(SUBLEVEL)" ""
|
||||
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue