Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Orvid committed Oct 2, 2023
1 parent 4dfbd71 commit 2042c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Caprica/main_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ bool parseCommandLineArguments(int argc, char* argv[], caprica::CapricaJobManage
}

if (vm.count("help") || !vm.count("input-file")) {
std::cout << "Caprica Papyrus Compiler v0.2.0" << std::endl;
std::cout << "Caprica Papyrus Compiler v0.3.0" << std::endl;
std::cout << "Usage: Caprica <sourceFile / directory>" << std::endl;
std::cout << "Note that when passing a directory, only Papyrus script files (*.psc) in it will be compiled. Pex "
"(*.pex) and Pex assembly (*.pas) files will be ignored."
Expand Down

0 comments on commit 2042c90

Please sign in to comment.