diff --git a/Changes b/Changes index 90710cf90..f64207ba9 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/src/V3OrderGraph.h b/src/V3OrderGraph.h index 317fb3a90..daa647bf3 100644 --- a/src/V3OrderGraph.h +++ b/src/V3OrderGraph.h @@ -18,7 +18,7 @@ // GNU General Public License for more details. // //************************************************************************* -// OrderGraph Class Hiearchy: +// OrderGraph Class Hierarchy: // // V3GraphVertex // OrderMoveVertex diff --git a/src/bisonpre b/src/bisonpre index 4affb52f3..db37f96c7 100755 --- a/src/bisonpre +++ b/src/bisonpre @@ -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; }, diff --git a/src/config_build.h.in b/src/config_build.h.in index 98c8f0caf..e1f99b9e6 100644 --- a/src/config_build.h.in +++ b/src/config_build.h.in @@ -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