Skip to content

Commit

Permalink
Forgot to bump UP version
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajSchlej committed Nov 12, 2015
1 parent 19cc031 commit d54f215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UEFIPatch/uefipatch_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(int argc, char *argv[])
result = w.patchFromFile(a.arguments().at(1));
}
else {
std::cout << "UEFIPatch 0.3.8 - UEFI image file patching utility" << std::endl << std::endl <<
std::cout << "UEFIPatch 0.3.9 - 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;
Expand Down

0 comments on commit d54f215

Please sign in to comment.