diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-24 20:17:13 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-24 20:17:13 +0000 |
commit | 5609f66ecc046d0cd5f565ce999cd19af9eab99f (patch) | |
tree | 426ed337d07ec259c89a65a3c8840e9513b52ddf /cad/dinotrace/Makefile | |
parent | 8b2d1690600c93cb6e3467046560099efe5afe6b (diff) | |
download | pkgsrc-5609f66ecc046d0cd5f565ce999cd19af9eab99f.tar.gz |
Update to dinotrace-9.1d
Changes are:
* Changes in Dinotrace 9.1d 5/24/2001
*** Fixed missing 0's in display of >64 bit numbers. [Amitvikram Rajkhowa]
*** Fixed stripping of characters after bus prefix. [Steve Hoover]
* Changes in Dinotrace 9.1c 2/13/2001
*** Fixed Verilog reading ignoring the hiearchy separator. [Dominik Strasser]
Diffstat (limited to 'cad/dinotrace/Makefile')
-rw-r--r-- | cad/dinotrace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 0afa0829acf..6fc77d9e909 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/03/09 11:38:33 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 2001/05/24 20:17:13 dmcmahill Exp $ # -DISTNAME= dinotrace-9.1b +DISTNAME= dinotrace-9.1d CATEGORIES= cad MASTER_SITES= http://www.veripool.com/ftp/ |