diff options
author | Wolfgang Denk <wd@denx.de> | 2011-12-21 20:39:46 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-12-21 20:39:46 +0100 |
commit | be662e9a6b7bf27cb7bc06de18f3c51b2ea80160 (patch) | |
tree | 10746e3ac53233d77fed21ccfcb51279d5a23837 /Makefile | |
parent | e2132c29d8f445185bd87a7aeb297a285e0d9bfe (diff) | |
download | u-boot-imx-be662e9a6b7bf27cb7bc06de18f3c51b2ea80160.zip u-boot-imx-be662e9a6b7bf27cb7bc06de18f3c51b2ea80160.tar.gz u-boot-imx-be662e9a6b7bf27cb7bc06de18f3c51b2ea80160.tar.bz2 |
Prepare v2011.12-rc3v2011.12-rc3
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ VERSION = 2011 PATCHLEVEL = 12 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else |