*** empty log message ***

svn path=/trunk/boinc/; revision=3867
This commit is contained in:
Karl Chen 2004-07-13 15:07:42 +00:00
parent e92e108de4
commit 0c28c8a069
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ void CLIENT_STATE::parse_cmdline(int argc, char** argv) {
} else if (ARG(attach_project)) {
add_new_project();
} else if (ARG(version)) {
printf(BOINC_STRING_VERSION " " HOSTTYPE "\n");
printf(BOINC_VERSION_STRING " " HOSTTYPE "\n");
exit(0);
} else if (ARG(allow_remote_gui_rpc)) {
allow_remote_gui_rpc = true;