From: Wolfgang Denk Date: Mon, 10 Sep 2007 18:42:31 +0000 (+0200) Subject: Update version to match current state. X-Git-Tag: v1.3.0-rc2~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=754bac48156f8958d8f6a53a51eda88ab5758929;p=oweals%2Fu-boot.git Update version to match current state. Signed-off-by: Wolfgang Denk --- diff --git a/Makefile b/Makefile index 0371d4619d..c1c64462f0 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,9 @@ # VERSION = 1 -PATCHLEVEL = 2 +PATCHLEVEL = 3 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) VERSION_FILE = $(obj)include/version_autogenerated.h