From 47c4dea45626a27ba95c9acb443ff2af1b579026 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 21 Jan 2013 13:08:35 +0200 Subject: [PATCH] image.in: bump optimal mkimage version 0.2.6 has fixes for xorriso and support for refind. --- image.in/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.in/Makefile b/image.in/Makefile index 30f9c0c2..54e80332 100644 --- a/image.in/Makefile +++ b/image.in/Makefile @@ -8,7 +8,7 @@ OUT_LINK := out # - minimal version is bumped for critical bugfixes/features # - optimal one relates to the less universally relevant bits MKI_VER_MINIMAL = 0.1.7 -MKI_VER_OPTIMAL = 0.2.5 +MKI_VER_OPTIMAL = 0.2.6 include distcfg.mk include functions.mk