Skip to content

Commit

Permalink
When doing custom bob builds from a given SVN revision, include the
Browse files Browse the repository at this point in the history
date and time in the About box.

[originally from svn r8934]
  • Loading branch information
sgtatham committed Apr 26, 2010
1 parent ae5f371 commit f2b737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ char sshver[] = "PuTTY-Release-" STR(RELEASE);

#elif defined SVN_REV

char ver[] = "Custom build r" STR(SVN_REV);
char ver[] = "Custom build r" STR(SVN_REV) ", " __DATE__ " " __TIME__;
char sshver[] = "PuTTY-Custom-r" STR(SVN_REV);

#else
Expand Down

0 comments on commit f2b737c

Please sign in to comment.