UF 0.10.4

- rebuilt with new engine version
- bumped version number
This commit is contained in:
Nikolaj Schlej 2015-12-12 20:14:45 +01:00
parent 1444ff1aaf
commit 2b21053fca

View file

@ -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;