aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@intel.com>2011-11-19 22:38:50 +0200
committerArtem Bityutskiy <Artem.Bityutskiy@intel.com>2011-11-19 22:40:45 +0200
commitd37fcc0afd0d4a14c56812847e8e4257d0a99e3b (patch)
treecd9c6e46fff687ba0d8836e2093b53d43f8d3421
parentf8aa6922dde02835ba97e84be41f387cdd38ec7d (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--Makefile2
1 files changed, 1 insertions, 1 deletions
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)