summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-12-16 23:48:27 +0100
committerWolfgang Denk <wd@denx.de>2008-12-16 23:48:27 +0100
commitaced78d852d0b009e8aaa1445af8cb40861ee549 (patch)
tree2bd83b036156e68980da17daa0ce48378532e970 /Makefile
parent9e2a79b4c585ad31138fb90b68fd0234d64a8da8 (diff)
Prepare 2009.01-rc1v2009.01-rc1
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 1fd03a032d..4df48129b8 100644
--- a/Makefile
+++ b/Makefile
@@ -21,10 +21,10 @@
# MA 02111-1307 USA
#
-VERSION = 2008
-PATCHLEVEL = 10
+VERSION = 2009
+PATCHLEVEL = 01
SUBLEVEL =
-EXTRAVERSION =
+EXTRAVERSION = -rc1
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else