--- imach/src/imach.c 2014/12/22 13:50:56 1.167 +++ imach/src/imach.c 2014/12/22 15:17:42 1.168 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.167 2014/12/22 13:50:56 brouard Exp $ +/* $Id: imach.c,v 1.168 2014/12/22 15:17:42 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.168 2014/12/22 15:17:42 brouard + Summary: udate + Revision 1.167 2014/12/22 13:50:56 brouard Summary: Testing uname and compiler version and if compiled 32 or 64 @@ -587,11 +590,11 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.167 2014/12/22 13:50:56 brouard Exp $ */ +/* $Id: imach.c,v 1.168 2014/12/22 15:17:42 brouard Exp $ */ /* $State: Exp $ */ -char version[]="Imach version 0.99, September 2014,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121)"; -char fullversion[]="$Revision: 1.167 $ $Date: 2014/12/22 13:50:56 $"; +char version[]="Imach version 0.98nY, December 2014,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015"; +char fullversion[]="$Revision: 1.168 $ $Date: 2014/12/22 15:17:42 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */