Skip to content

Commit

Permalink
Bump version number to 1.2.0 for initial starfield support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Orvid committed Sep 2, 2023
1 parent aa4d9c0 commit 0a2aa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Champollion/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ OptionsResult getProgramOptions(int argc, char* argv[], Params& params)
params.assemblyDir = fs::current_path();
params.papyrusDir = fs::current_path();

std::string version_string = "Champollion PEX decompiler v1.1.3";
std::string version_string = "Champollion PEX decompiler v1.2.0";
options::options_description desc(version_string);
desc.add_options()
("help,h", "Display the help message")
Expand Down

0 comments on commit 0a2aa55

Please sign in to comment.