From: Artem Bityutskiy Date: Sat, 20 Aug 2011 03:47:50 +0000 (+0300) Subject: Bumb version number X-Git-Tag: v1.4.7~27 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b602ab59b9782003d1179488d8c1580bc8563738;p=mtd-utils.git Bumb version number We released mtd-utils 1.4.6 as a bug-fix release. Bump the version number in Makefile. Signed-off-by: Artem Bityutskiy --- diff --git a/Makefile b/Makefile index 67e42ce..5a0044b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -*- sh -*- -VERSION = 1.4.5 +VERSION = 1.4.6 CPPFLAGS += -I./include -I$(BUILDDIR)/include -I./ubi-utils/include $(ZLIBCPPFLAGS) $(LZOCPPFLAGS)