Version bump

This commit is contained in:
Wilson Snyder 2008-09-19 17:23:15 -04:00
parent dd487d4184
commit daf7f42138
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ Revision history for Verilator
The contributors that suggested a given feature are shown in []. [by ...]
indicates the contributor was also the author of the fix; Thanks!
* Verilator 3.6***
* Verilator 3.671 2008/09/19
** SystemC uint64_t pins are now the default instead of sc_bv<64>.
Use --no-pins64 for backward compatibility.

View File

@ -18,7 +18,7 @@
// GNU General Public License for more details.
//
//*************************************************************************
// OrderGraph Class Hiearchy:
// OrderGraph Class Hierarchy:
//
// V3GraphVertex
// OrderMoveVertex

View File

@ -30,7 +30,7 @@ Getopt::Long::config ("no_auto_abbrev");
if (! GetOptions (
# Local options
"help" => \&usage,
"version" => sub { print "Version $VERSION\n"; },
"version" => sub { print "Version $VERSION\n"; exit(0); },
"yacc=s" => \$Opt_Yacc,
# Passed to Bison
"t|debug" => sub { $Opt_Debug = 1; },

View File

@ -24,7 +24,7 @@
//**********************************************************************
//**** Version and host name
#define DTVERSION "Verilator 3.670 2008/07/23"
#define DTVERSION "Verilator 3.671 2008/07/23"
//**********************************************************************
//**** Functions