diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-08-20 06:47:50 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-08-20 06:47:50 +0300 |
commit | b602ab59b9782003d1179488d8c1580bc8563738 (patch) | |
tree | 0f438031e7144b0d9a5d00040a323d7a0b38f335 | |
parent | 262a2c625e84d9481d2841b0eb674f8e0440a36a (diff) |
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 <Artem.Bityutskiy@intel.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |