mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 13:41:31 +00:00
Prepare v2013.01-rc1
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
619dd5de69
commit
3ae7b240ad
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -21,9 +21,9 @@
|
|||
# MA 02111-1307 USA
|
||||
#
|
||||
|
||||
VERSION = 2012
|
||||
PATCHLEVEL = 10
|
||||
SUBLEVEL =
|
||||
VERSION = 2013
|
||||
PATCHLEVEL = 01
|
||||
SUBLEVEL = -rc1
|
||||
EXTRAVERSION =
|
||||
ifneq "$(SUBLEVEL)" ""
|
||||
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
||||
|
|
Loading…
Add table
Reference in a new issue