summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-12-15 22:20:54 (GMT)
committerWolfgang Denk <wd@denx.de>2009-12-15 22:20:54 (GMT)
commita200a7c04d89853d2a1395b96d8ca5e3dd754551 (patch)
tree6054bd3b3a70c5f40cd6354e879837a62e8ad5ff /Makefile
parentf9476902b789b0481b9df49af88d6ca94fb16fa0 (diff)
downloadu-boot-fsl-qoriq-a200a7c04d89853d2a1395b96d8ca5e3dd754551.tar.xz
Update CHANGELOG; prepare Prepare v2009.11
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19b5ac0..f06a97c 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
VERSION = 2009
PATCHLEVEL = 11
SUBLEVEL =
-EXTRAVERSION = -rc2
+EXTRAVERSION =
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else