mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 13:41:31 +00:00
Prepare v2013.10-rc1
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
cb3761ea99
commit
40a60c6e8b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -6,9 +6,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION = 2013
|
VERSION = 2013
|
||||||
PATCHLEVEL = 07
|
PATCHLEVEL = 10
|
||||||
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…
Add table
Reference in a new issue