ALLIANCE_VERSION

This commit is contained in:
Christophe Alexandre 2002-03-22 09:45:49 +00:00
parent b6ee4664b2
commit f9486cdd79
2 changed files with 8 additions and 5 deletions

View File

@ -41,8 +41,11 @@
/* */ /* */
/****************************************************************************/ /****************************************************************************/
/* $Log: lvx.c,v $ /* $Log: lvx.c,v $
/* Revision 1.1 2002/03/20 17:07:59 xtof /* Revision 1.2 2002/03/22 09:45:47 xtof
/* Initial revision /* ALLIANCE_VERSION
/*
/* Revision 1.1.1.1 2002/03/20 17:07:59 xtof
/* importing lvx ....
/* /*
/* Revision 1.2 2000/10/23 16:33:37 syf /* Revision 1.2 2000/10/23 16:33:37 syf
/* Big bug dans LVX (a se demander comment ca a pu marcher un jour ...) /* Big bug dans LVX (a se demander comment ca a pu marcher un jour ...)
@ -82,7 +85,7 @@
* *
*/ */
static char rcsid[] = "$Id: lvx.c,v 1.1 2002/03/20 17:07:59 xtof Exp $" ; static char rcsid[] = "$Id: lvx.c,v 1.2 2002/03/22 09:45:47 xtof Exp $" ;
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
@ -1722,7 +1725,7 @@ char *filename;
sscanf( rcsid, "$Id: lvx.c,v %s", revision ) ; sscanf( rcsid, "$Id: lvx.c,v %s", revision ) ;
alliancebanner("LVX",revision,"Gate Netlist Comparator","1992","5.0"); alliancebanner("LVX",revision,"Gate Netlist Comparator","1992",ALLIANCE_VERSION);
} }

View File

@ -457,7 +457,7 @@ void usage ()
/*------------------------------------------------------------------------*/ /*------------------------------------------------------------------------*/
void banner() void banner()
{ {
alliancebanner("RinG", VERSION, "PAD ring router", "1991", "5.0"); alliancebanner("RinG", VERSION, "PAD ring router", "1991", ALLIANCE_VERSION);
} }
/*----------------------------------------------------------------------*/ /*----------------------------------------------------------------------*/