mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Remove the version prefix from version numbers
This commit is contained in:
committed by
Nick Mathewson
parent
78a13df158
commit
62f52a888a
@@ -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] == '-') {
|
||||
|
||||
Reference in New Issue
Block a user