num de version
This commit is contained in:
parent
09a607143a
commit
d2cc9d8bf2
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
AC_INIT(src/lon_main.c)
|
||||
|
||||
LOON_MAJOR_VERSION=1
|
||||
LOON_MINOR_VERSION=4
|
||||
LOON_MINOR_VERSION=5
|
||||
LOON_VERSION=$LOON_MAJOR_VERSION.$LOON_MINOR_VERSION
|
||||
|
||||
AC_SUBST(LOON_MAJOR_VERSION)
|
||||
|
|
|
@ -253,7 +253,7 @@ extern int main (int argc, char* argv[])
|
|||
bddenv(); /*for vhdlloadbefig() in library reader*/
|
||||
|
||||
|
||||
alliancebanner_with_authors("LooN", VERSION " [2002/06/07]", "Local optimization on Nets",
|
||||
alliancebanner_with_authors("LooN", VERSION " [2002/10/02]", "Local optimization on Nets",
|
||||
"2000", ALLIANCE_VERSION, "François Donnet");
|
||||
|
||||
/*set options*/
|
||||
|
|
Loading…
Reference in New Issue