Version bump

This commit is contained in:
vit9696 2018-05-04 21:49:56 +03:00
parent dd28665644
commit 5e81b20c85
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ int main(int argc, char *argv[])
QStringList args = a.arguments();
if (args.length() < 5) {
std::cout << "UEFIReplace 0.1.1 - UEFI image file replacement utility" << std::endl << std::endl <<
std::cout << "UEFIReplace 0.1.2 - UEFI image file replacement utility" << std::endl << std::endl <<
"Usage: UEFIReplace image_file guid section_type contents_file" << std::endl;
return ERR_SUCCESS;
}