mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
Prepare v2011.03-rc1
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
d1a24f0618
commit
42d44f631c
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -21,10 +21,10 @@
|
|||
# MA 02111-1307 USA
|
||||
#
|
||||
|
||||
VERSION = 2010
|
||||
PATCHLEVEL = 12
|
||||
VERSION = 2011
|
||||
PATCHLEVEL = 03
|
||||
SUBLEVEL =
|
||||
EXTRAVERSION =
|
||||
EXTRAVERSION = -rc1
|
||||
ifneq "$(SUBLEVEL)" ""
|
||||
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue