From: Artem Bityutskiy Date: Sat, 19 Nov 2011 20:38:50 +0000 (+0200) Subject: 1.4.8 release X-Git-Tag: v1.4.8 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d37fcc0afd0d4a14c56812847e8e4257d0a99e3b;p=mtd-utils.git 1.4.8 release Unfortunately I forgot to update the version in Makefile and tagged v1.4.7. To fix this, I could not invent anything better than cut a new release 1.4.8. Sorry for this :-( Signed-off-by: Artem Bityutskiy --- diff --git a/Makefile b/Makefile index f067d86..d0bc3d6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- sh -*- -VERSION = 1.4.6 +VERSION = 1.4.8 CPPFLAGS += -I./include -I$(BUILDDIR)/include -I./ubi-utils/include $(ZLIBCPPFLAGS) $(LZOCPPFLAGS)