mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 18:41:30 +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
|
# MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION = 2010
|
VERSION = 2011
|
||||||
PATCHLEVEL = 12
|
PATCHLEVEL = 03
|
||||||
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