summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-03-12 23:06:04 +0100
committerWolfgang Denk <wd@denx.de>2010-03-12 23:06:04 +0100
commit93910edb595a88d394da3eb2cf5148096155dfe9 (patch)
treefc14bd3093f04c730b5c8d79e57707fada0d6159 /Makefile
parent4e72fb15c9073129e05820cc9c54f54bc4985835 (diff)
downloadblackbird-obmc-uboot-93910edb595a88d394da3eb2cf5148096155dfe9.tar.gz
blackbird-obmc-uboot-93910edb595a88d394da3eb2cf5148096155dfe9.zip
Prepare v2010.03-rc1
Coding style cleanup, update CHANGELOG. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bf1dc300e9..d801e2597a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,10 +21,10 @@
# MA 02111-1307 USA
#
-VERSION = 2009
-PATCHLEVEL = 11
+VERSION = 2010
+PATCHLEVEL = 03
SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else
OpenPOWER on IntegriCloud