Skip to content

Commit

Permalink
Bump version number to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Orvid committed Jan 14, 2016
1 parent c411a7b commit 13d128b
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 @@ -261,7 +261,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.2" << std::endl;
std::cout << "Caprica Papyrus Compiler v0.1.3" << 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 13d128b

Please sign in to comment.