From de0bff71a262bd34dd370dea74c01e61f2e6beee Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Fri, 21 Nov 2014 19:19:43 +0100 Subject: [PATCH] UEFIExtract 0.3.3 / UEFIPatch 0.2.4 - changed version numbers due to recompilation with the corrected decompression routine --- UEFIExtract/uefiextract_main.cpp | 2 +- UEFIPatch/uefipatch_main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UEFIExtract/uefiextract_main.cpp b/UEFIExtract/uefiextract_main.cpp index 2cee276..28d18f4 100644 --- a/UEFIExtract/uefiextract_main.cpp +++ b/UEFIExtract/uefiextract_main.cpp @@ -52,7 +52,7 @@ int main(int argc, char *argv[]) } else { - std::cout << "UEFIExtract 0.3.2" << std::endl << std::endl << + std::cout << "UEFIExtract 0.3.3" << std::endl << std::endl << "Usage: uefiextract imagefile [FileGUID_1 FileGUID_2 ... FileGUID_31]" << std::endl << "Returned value is a bit mask where 0 on position N meant File with GUID_N was found and unpacked, 1 otherwise" << std::endl; return 1; diff --git a/UEFIPatch/uefipatch_main.cpp b/UEFIPatch/uefipatch_main.cpp index c35ed2b..683d848 100644 --- a/UEFIPatch/uefipatch_main.cpp +++ b/UEFIPatch/uefipatch_main.cpp @@ -31,7 +31,7 @@ int main(int argc, char *argv[]) result = w.patchFromFile(a.arguments().at(1)); } else { - std::cout << "UEFIPatch 0.2.3 - UEFI image file patching utility" << std::endl << std::endl << + std::cout << "UEFIPatch 0.2.4 - UEFI image file patching utility" << std::endl << std::endl << "Usage: UEFIPatch image_file" << std::endl << std::endl << "Patches will be read from patches.txt file\n"; return ERR_SUCCESS;