Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Feb 27, 2019
1 parent 4b2201f commit 479aef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main-cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int main(int argc, char **argv)
{
if (argc != 3)
{
cout << "EFI/UEFI IFR Extractor LS v0.3.5" << endl;
cout << "EFI/UEFI IFR Extractor LS v0.3.6" << endl;
cout << "Usage: ifrextract input_file output_file" << endl;
return 1;
}
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLine

// Create window
hwnd = CreateWindow(appName,
TEXT("IFRExtractor LS v0.3.5"),
TEXT("IFRExtractor LS v0.3.6"),
WS_SYSMENU | WS_MINIMIZEBOX,
0, 0,
350, 120,
Expand Down

0 comments on commit 479aef2

Please sign in to comment.