From 23e4df365f332a92d97fae27212b2cf777d5b8e0 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 26 Apr 2010 17:28:42 +0000 Subject: [PATCH] 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 --- version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0