From: simon Date: Mon, 26 Apr 2010 17:28:42 +0000 (+0000) Subject: When doing custom bob builds from a given SVN revision, include the X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/23e4df365f332a92d97fae27212b2cf777d5b8e0?ds=sidebyside When doing custom bob builds from a given SVN revision, include the date and time in the About box. git-svn-id: svn://svn.tartarus.org/sgt/putty@8934 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/version.c b/version.c index de658677..3fa0c0ef 100644 --- a/version.c +++ b/version.c @@ -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