X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Finform.c;h=083d21a732a96547893b2cf98186db0e6fec53c5;hb=e536ce9e39cc1bfa82ecd1d6d73f874af655f9db;hp=8888077c9addfa4aa4ba9726381dd6590a9a3762;hpb=81ffe9a7de1db0b3a318a053b38882d1b7ab304c;p=inform.git diff --git a/src/inform.c b/src/inform.c index 8888077..083d21a 100644 --- a/src/inform.c +++ b/src/inform.c @@ -2,7 +2,7 @@ /* "inform" : The top level of Inform: switches, pathnames, filenaming */ /* conventions, ICL (Inform Command Line) files, main */ /* */ -/* Copyright (c) Graham Nelson 1993 - 2018 */ +/* Copyright (c) Graham Nelson 1993 - 2020 */ /* */ /* This file is part of Inform. */ /* */ @@ -1752,7 +1752,6 @@ static void banner(void) #ifdef MACHINE_STRING sprintf(banner_line+strlen(banner_line), " for %s", MACHINE_STRING); #endif - sprintf(banner_line+strlen(banner_line), " (%s)", RELEASE_DATE); printf("%s\n", banner_line); }