diff options
author | Artem Bityutskiy <Artem.Bityutskiy@intel.com> | 2011-11-19 22:38:50 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@intel.com> | 2011-11-19 22:40:45 +0200 |
commit | d37fcc0afd0d4a14c56812847e8e4257d0a99e3b (patch) | |
tree | cd9c6e46fff687ba0d8836e2093b53d43f8d3421 | |
parent | f8aa6922dde02835ba97e84be41f387cdd38ec7d (diff) |
1.4.8 releasev1.4.8
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 <Artem.Bityutskiy@intel.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |