mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-21 10:45:24 -04:00
Unify version scheme and fix minor issues
This commit is contained in:
parent
daea6d8b16
commit
4f9f31ef71
12 changed files with 48 additions and 19 deletions
|
@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
#include "../version.h"
|
||||
#include "uefidump.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
@ -29,7 +30,7 @@ int main(int argc, char *argv[])
|
|||
return (uefidumper.dump(buffer, UString(argv[1])) != U_SUCCESS);
|
||||
}
|
||||
|
||||
std::cout << "UEFIDump 0.1.9" << std::endl << std::endl
|
||||
std::cout << "UEFIDump " PROGRAM_VERSION << std::endl << std::endl
|
||||
<< "Usage: UEFIDump imagefile" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue