commemoration du passage en vectorise du driver
This commit is contained in:
parent
ba1667656f
commit
5715b38b3e
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(src/bog_main.c)
|
AC_INIT(src/bog_main.c)
|
||||||
|
|
||||||
BOOG_MAJOR_VERSION=1
|
BOOG_MAJOR_VERSION=1
|
||||||
BOOG_MINOR_VERSION=5
|
BOOG_MINOR_VERSION=6
|
||||||
BOOG_VERSION=$BOOG_MAJOR_VERSION.$BOOG_MINOR_VERSION
|
BOOG_VERSION=$BOOG_MAJOR_VERSION.$BOOG_MINOR_VERSION
|
||||||
|
|
||||||
AC_SUBST(BOOG_MAJOR_VERSION)
|
AC_SUBST(BOOG_MAJOR_VERSION)
|
||||||
|
|
|
@ -250,7 +250,7 @@ extern int main (int argc, char* argv[])
|
||||||
autenv(); /*hash table*/
|
autenv(); /*hash table*/
|
||||||
bddenv(); /*for vhdlloadbefig() */
|
bddenv(); /*for vhdlloadbefig() */
|
||||||
|
|
||||||
alliancebanner_with_authors("BooG", VERSION " [2002/04/15]", "Binding and Optimizing On Gates",
|
alliancebanner_with_authors("BooG", VERSION " [2002/11/17]", "Binding and Optimizing On Gates",
|
||||||
"2000", ALLIANCE_VERSION, "François Donnet");
|
"2000", ALLIANCE_VERSION, "François Donnet");
|
||||||
|
|
||||||
/*alliance env: extension netlist file (vst or al)*/
|
/*alliance env: extension netlist file (vst or al)*/
|
||||||
|
|
Loading…
Reference in New Issue