Display dfhack version number at end of baseline 'help' message.

develop
Kelly Martin 2012-10-16 19:27:48 -05:00
parent 5abecf32e7
commit 8fd1dd04bb
1 changed files with 2 additions and 0 deletions

@ -374,6 +374,8 @@ command_result Core::runCommand(color_ostream &con, const std::string &first, ve
" unload PLUGIN|all - Unload a plugin or all loaded plugins.\n"
" reload PLUGIN|all - Reload a plugin or all loaded plugins.\n"
);
con.print("\nDFHack version " DFHACK_VERSION ".\n");
}
else if (parts.size() == 1)
{