Skip to content

Commit

Permalink
Bump the version number to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Orvid committed Jan 10, 2016
1 parent 5a2fd25 commit b4bd230
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 @@ -235,7 +235,7 @@ static bool parseArgs(int argc, char* argv[], std::vector<ScriptToCompile>& file
po::notify(vm);

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

0 comments on commit b4bd230

Please sign in to comment.