Increment version

This commit is contained in:
vit9696 2018-05-08 21:49:11 +03:00
parent f507d71ead
commit 63e40c058a
4 changed files with 10 additions and 4 deletions

View file

@ -36,7 +36,7 @@ int main(int argc, char *argv[])
result = w.patchFromFile(a.arguments().at(1), patches);
}
else {
std::cout << "UEFIPatch 0.3.14 - UEFI image file patching utility" << std::endl << std::endl <<
std::cout << "UEFIPatch 0.3.15 - UEFI image file patching utility" << std::endl << std::endl <<
"Usage: UEFIPatch image_file [patches.txt]" << std::endl << std::endl <<
"Patches will be read from patches.txt file by default\n";
return ERR_SUCCESS;