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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Oct 11, 2018
1 parent 25ea261 commit 1f9fec2
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.4" << endl;
cout << "EFI/UEFI IFR Extractor LS v0.3.5" << 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.4"),
TEXT("IFRExtractor LS v0.3.5"),
WS_SYSMENU | WS_MINIMIZEBOX,
0, 0,
350, 120,
Expand Down

0 comments on commit 1f9fec2

Please sign in to comment.