Version bump

This commit is contained in:
vit9696 2018-05-04 21:52:25 +03:00
parent 268ccb00a8
commit 23c4006979
4 changed files with 5 additions and 5 deletions

View file

@ -121,7 +121,7 @@ int main(int argc, char *argv[])
}
}
// If parameters are different, show version and usage information
std::cout << "UEFIExtract 0.13.6" << std::endl << std::endl
std::cout << "UEFIExtract 0.13.7" << std::endl << std::endl
<< "Usage: UEFIExtract imagefile - generate report and dump only leaf tree items into .dump folder." << std::endl
<< " UEFIExtract imagefile all - generate report and dump all tree items." << std::endl
<< " UEFIExtract imagefile dump - only generate dump, no report needed." << std::endl
@ -129,4 +129,4 @@ int main(int argc, char *argv[])
<< " UEFIExtract imagefile GUID_1 GUID_2 ... GUID_31 - dump only FFS file(s) with specific GUID(s), without report." << std::endl
<< "Return value is a bit mask where 0 at position N means that file with GUID_N was found and unpacked, 1 otherwise." << std::endl;
return 1;
}
}