From: Jacob Nevins Date: Sun, 11 Feb 2007 18:09:03 +0000 (+0000) Subject: Typo. X-Git-Tag: 0.60~29 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=f947275c64f73a8ea84fe5dc535b1c10446633f7;p=PuTTY.git Typo. [originally from svn r7271] --- diff --git a/Buildscr b/Buildscr index 568196a8..df2244df 100644 --- a/Buildscr +++ b/Buildscr @@ -15,7 +15,7 @@ ifneq "$(MAKEARGS)" "" set Makeargs $(makeargs) $(MAKEARGS) # Set up the version string for the docs build. set Docmakeargs VERSION="PuTTY revision $(revision)" ifneq "$(RELEASE)" "" set Docmakeargs VERSION="PuTTY release $(RELEASE)" -ifneq "$(date)" "" set Docmakeaargs VERSION="PuTTY development snapshot $(date)" +ifneq "$(date)" "" set Docmakeargs VERSION="PuTTY development snapshot $(date)" # Set up the version string for the Unix source archive. set Unxver r$(revision)