summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-09-10 00:16:19 +0200
committerWolfgang Denk <wd@denx.de>2010-09-10 00:16:19 +0200
commit2d941de9d5c7ba00dc19787dfa0aac2949fd00fb (patch)
tree0b4a1b8370e242bc216fda902f1d51058b20efd0 /Makefile
parent8fea51a4acb0c7da6fb375c9a708c50c0a1b66ad (diff)
downloadtalos-obmc-uboot-2d941de9d5c7ba00dc19787dfa0aac2949fd00fb.tar.gz
talos-obmc-uboot-2d941de9d5c7ba00dc19787dfa0aac2949fd00fb.zip
Prepare v2010.09-rc1
Coding style cleanup. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 44cd35754d..6ffbb5ab7e 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,9 @@
#
VERSION = 2010
-PATCHLEVEL = 06
+PATCHLEVEL = 09
SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else
OpenPOWER on IntegriCloud