(svn r2944) Add Revision keyword to the file for --version/-v

This commit is contained in:
Darkvater
2005-09-11 18:20:32 +00:00
parent 802edd7f0d
commit c5fa3848f6
2 changed files with 1 additions and 2 deletions

View File

@@ -1190,7 +1190,7 @@ int CDECL main(int argc, char* argv[])
int show_todo = 0;
if (argc > 1 && (!strcmp(argv[1], "-v") || !strcmp(argv[1], "--version"))) {
puts("$Revision: 2617 $");
puts("$Revision$");
return 0;
}