mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
to 0.5.1
This commit is contained in:
parent
a37de0d825
commit
77e2887c47
@ -1,6 +1,9 @@
|
||||
Release 0.5.1 Development
|
||||
Release 0.5.1 28-Apr-2006
|
||||
-------------------------
|
||||
|
||||
Maintenance release for 0.5.
|
||||
|
||||
See the bug tracker for fixed issues.
|
||||
|
||||
Release 0.5 29-Dec-2005
|
||||
-----------------------
|
||||
|
@ -2,7 +2,7 @@
|
||||
WARNS=-Wall
|
||||
|
||||
# change this path to point to the pli include files directory for cver
|
||||
INCS=-I$(HOME)/gplcver-2.11a.src/pli_incs
|
||||
INCS=-I$(HOME)/tools/gplcver-2.11a.src/pli_incs
|
||||
# maybe want -O<something> and/or -g
|
||||
CFLAGS= -fPIC -Wall -g $(INCS)
|
||||
LFLAGS= -G -shared -export-dynamic
|
||||
|
@ -3,7 +3,7 @@
|
||||
Email: \email{jan@jandecaluwe.com}
|
||||
}
|
||||
|
||||
\date{April 22, 2006} % XXX update before release!
|
||||
\release{0.5.1} % software release, not documentation
|
||||
\date{April 28, 2006} % XXX update before release!
|
||||
\release{0.5.1} % software release, not documentation
|
||||
\setreleaseinfo{} % empty for final release
|
||||
\setshortversion{0.5} % major.minor only for software
|
||||
|
@ -48,7 +48,7 @@ __author__ = "Jan Decaluwe <jan@jandecaluwe.com>"
|
||||
__revision__ = "$Revision$"
|
||||
__date__ = "$Date$"
|
||||
|
||||
__version__ = "0.5.1dev1"
|
||||
__version__ = "0.5.1"
|
||||
|
||||
import sys
|
||||
import warnings
|
||||
|
Loading…
x
Reference in New Issue
Block a user