Skip to content

Commit

Permalink
Bump the version number to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Orvid committed Mar 3, 2016
1 parent fd01dab commit d76ab98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Caprica/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static bool parseArgs(int argc, char* argv[], std::vector<ScriptToCompile>& file
}

if (vm.count("help") || !vm.count("input-file")) {
std::cout << "Caprica Papyrus Compiler v0.1.4" << std::endl;
std::cout << "Caprica Papyrus Compiler v0.1.5" << 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." << std::endl;
std::cout << visibleDesc << std::endl;
Expand Down

0 comments on commit d76ab98

Please sign in to comment.