diff options
author | Wolfgang Denk <wd@denx.de> | 2007-10-14 00:13:19 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-10-14 00:13:19 +0200 |
commit | 636400198228d96983c06657b17f760f5989958e (patch) | |
tree | 5e6e1e7cd2b97e3ca9c4eed122327327d09dfda8 /Makefile | |
parent | 68f14f77ca5fe5f9cc025c8cae101671f628309f (diff) | |
download | u-boot-imx-636400198228d96983c06657b17f760f5989958e.zip u-boot-imx-636400198228d96983c06657b17f760f5989958e.tar.gz u-boot-imx-636400198228d96983c06657b17f760f5989958e.tar.bz2 |
Prepare for 1.3.0-rc3 release
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |