From 8a8d1aa18b053da82b84c3fec9efb4de2df5e271 Mon Sep 17 00:00:00 2001 From: jacob Date: Sun, 11 Feb 2007 18:09:03 +0000 Subject: [PATCH] Typo. git-svn-id: svn://svn.tartarus.org/sgt/putty@7271 cda61777-01e9-0310-a592-d414129be87e --- Buildscr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0