From 2b21053fcaec0e3bc522624b8a53ed86dee1e583 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Sat, 12 Dec 2015 20:14:45 +0100 Subject: [PATCH] UF 0.10.4 - rebuilt with new engine version - bumped version number --- UEFIFind/uefifind_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UEFIFind/uefifind_main.cpp b/UEFIFind/uefifind_main.cpp index 627b8e0..6e82028 100644 --- a/UEFIFind/uefifind_main.cpp +++ b/UEFIFind/uefifind_main.cpp @@ -148,7 +148,7 @@ int main(int argc, char *argv[]) return ERR_SUCCESS; } else { - std::cout << "UEFIFind 0.10.3" << std::endl << std::endl << + std::cout << "UEFIFind 0.10.4" << std::endl << std::endl << "Usage: uefifind {header | body | all} {list | count} pattern imagefile" << std::endl << " or uefifind file patternsfile imagefile" << std::endl; return ERR_INVALID_PARAMETER;