summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-10-14 00:13:19 +0200
committerWolfgang Denk <wd@denx.de>2007-10-14 00:13:19 +0200
commit636400198228d96983c06657b17f760f5989958e (patch)
tree5e6e1e7cd2b97e3ca9c4eed122327327d09dfda8 /Makefile
parent68f14f77ca5fe5f9cc025c8cae101671f628309f (diff)
downloadblackbird-obmc-uboot-636400198228d96983c06657b17f760f5989958e.tar.gz
blackbird-obmc-uboot-636400198228d96983c06657b17f760f5989958e.zip
Prepare for 1.3.0-rc3 release
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 5fe67fc003..e1cea0d36f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# (C) Copyright 2000-2006
+# (C) Copyright 2000-2007
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
@@ -24,7 +24,7 @@
VERSION = 1
PATCHLEVEL = 3
SUBLEVEL = 0
-EXTRAVERSION = -rc2
+EXTRAVERSION = -rc3
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
VERSION_FILE = $(obj)include/version_autogenerated.h
OpenPOWER on IntegriCloud