From bdd81a418a972da24d4a851fa6f1540212a7a12b Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Thu, 5 Jun 2003 15:41:51 +0000 Subject: [PATCH] *** empty log message *** --- src/imach.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/imach.c b/src/imach.c index e0e2853..c464d4a 100644 --- a/src/imach.c +++ b/src/imach.c @@ -121,6 +121,9 @@ /* $Id$ */ /* $Log$ +/* Revision 1.80 2003/06/05 15:34:14 brouard +/* Trying to add the true revision in the program and log +/* /* Revision 1.79 2003/06/05 15:17:23 brouard /* *** empty log message *** /* */ @@ -129,6 +132,7 @@ /* $State$ */ char version[80]="Imach version 0.95a1, June 2003, INED-EUROREVES "; +char fullversion[]="$Revision$ $Date$"; int erreur; /* Error number */ int nvar; int cptcovn=0, cptcovage=0, cptcoveff=0,cptcov; @@ -3463,7 +3467,7 @@ int main(int argc, char *argv[]) gettimeofday(&start_time, (struct timezone*)0); */ /* at first time */ getcwd(pathcd, size); - printf("\n%s",version); + printf("\n%s\n%s",version,fullversion); if(argc <=1){ printf("\nEnter the parameter file name: "); scanf("%s",pathtot); -- 2.43.0