From 0ff6757d77cd83ff7e367576d94ca25b2b032e81 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Sat, 20 Feb 2021 15:44:02 +0000 Subject: [PATCH] Summary: Version 0.99r21 * imach.c (Module): Fix bug on quitting after result lines! (Module): Version 0.99r21 --- src/imach.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/imach.c b/src/imach.c index a36b978..ded8484 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,9 @@ /* $Id$ $State$ $Log$ + Revision 1.305 2021/02/20 15:28:30 brouard + * imach.c (Module): Fix bug on quitting after result lines! + Revision 1.304 2021/02/12 11:34:20 brouard * imach.c (Module): The use of a Windows BOM (huge) file is now an error @@ -1136,7 +1139,7 @@ typedef struct { /* $State$ */ #include "version.h" char version[]=__IMACH_VERSION__; -char copyright[]="May 2019,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020"; +char copyright[]="Feb 2021,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020, INED 2000-2021"; char fullversion[]="$Revision$ $Date$"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; -- 2.43.0