Remove the version prefix from version numbers

This commit is contained in:
cypherpunks
2016-12-16 08:50:39 +00:00
committed by Nick Mathewson
parent 78a13df158
commit 62f52a888a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ main(int argc, char **argv)
usage();
if (!strcmp(arg[0],"--version")) {
printf("Tor version %s\n",VERSION);
printf("Tor %s\n",VERSION);
return 0;
}
while (n_args && *arg[0] == '-') {