mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
Prepare v2012.04-rc1
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
ee04a1048e
commit
c008b6f6dd
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue