From 02e6005fa9b95ec178025c09b5ac92d3013e9b84 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 23 Jun 2009 14:09:38 -0400 Subject: [PATCH] Version bump --- Changes | 4 ++-- src/config_build.h.in | 2 +- test_regress/t/t_sys_readmem_b_8.mem | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 6f4898961..e82046609 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.71*** +* Verilator 3.711 2009/06/23 **** Support decimal constants of arbitrary widths. [Mark Marshall] -**** Fix error on case statement with all duplicate items, bug99. [Mark Marshall] +**** Fix error on case statement with all duplicate items, bug99. [Gary Thomas] **** Fix segfault on unrolling for's with bad inits, bug90. [Andreas Olofsson] diff --git a/src/config_build.h.in b/src/config_build.h.in index 35842f793..16d9fdfb1 100644 --- a/src/config_build.h.in +++ b/src/config_build.h.in @@ -25,7 +25,7 @@ //********************************************************************** //**** Version and host name -#define DTVERSION "Verilator 3.710 2009/05/19" +#define DTVERSION "Verilator 3.711 2009/05/19" //********************************************************************** //**** Functions diff --git a/test_regress/t/t_sys_readmem_b_8.mem b/test_regress/t/t_sys_readmem_b_8.mem index db0ff6509..5b8fd5296 100644 --- a/test_regress/t/t_sys_readmem_b_8.mem +++ b/test_regress/t/t_sys_readmem_b_8.mem @@ -2,7 +2,8 @@ // // Copyright 2006 by Wilson Snyder. This program is free software; you can // redistribute it and/or modify it under the terms of either the GNU -// General Public License or the Perl Artistic License. +// Lesser General Public License Version 3 or the Perl Artistic License +// Version 2.0. // ** Note this file has DOS CR's so we can test them!