From 6e16bc1b7bc3cb08e7e3d330572bedbed3b4106b Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 18 Oct 2006 13:50:44 +0000 Subject: [PATCH] Version bump git-svn-id: file://localhost/svn/verilator/trunk/verilator@823 77ca24e4-aefa-0310-84f0-b9a241c72d87 --- Changes | 6 +++--- src/config.h.in | 2 +- test_sp/Makefile_obj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index c9c02d3d2..88c36a640 100644 --- a/Changes +++ b/Changes @@ -3,11 +3,11 @@ 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.62*** +* Verilator 3.622 10/17/2006 Stable **** Fix --skip-identical without --debug, broken in 3.621. [Andy Meier] -* Verilator 3.621 10/11/2006 +* Verilator 3.621 10/11/2006 Beta ** Add /*verilator no_inline_task*/ to prevent over-expansion. [Eugene Weber] @@ -21,7 +21,7 @@ indicates the contributor was also the author of the fix; Thanks! **** Fix core dump on printing error when not under --debug. [Allan Cochrane] -* Verilator 3.620 10/04/2006 +* Verilator 3.620 10/04/2006 Stable *** Support simple inout task ports. [Eugene Weber] diff --git a/src/config.h.in b/src/config.h.in index c5f49bddb..cdd757b37 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -24,7 +24,7 @@ //********************************************************************** //**** Version and host name -#define DTVERSION "Verilator 3.621 10/11/2006" +#define DTVERSION "Verilator 3.622 10/17/2006" //********************************************************************** //**** Functions diff --git a/test_sp/Makefile_obj b/test_sp/Makefile_obj index f7ff07e4f..73830e5dc 100644 --- a/test_sp/Makefile_obj +++ b/test_sp/Makefile_obj @@ -22,7 +22,7 @@ CPPFLAGS += -Wno-deprecated CPPFLAGS += $(SYSTEMC_CXX_FLAGS) CPPFLAGS += $(OPT) ifeq ($(VERILATOR_AUTHOR_SITE),1) # Local... Else don't burden users -CPPFLAGS += -W -Wall -Wno-char-subscripts -Wno-unused-parameter -Wno-unused-variable -Wno-uninitialized -Werror +#CPPFLAGS += -W -Wall -Wno-char-subscripts -Wno-unused-parameter -Wno-unused-variable -Wno-uninitialized -Werror endif LDFLAGS += $(SYSTEMC_CXX_FLAGS)