From fe456cb83d3e2489cd8afa2b7ebaf1f94752b21f Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 7 Mar 2012 23:02:24 -0500 Subject: [PATCH] Devel version --- Changes | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index b0024fdf9..cf58840db 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,9 @@ The contributors that suggested a given feature are shown in []. [by ...] indicates the contributor was also the author of the fix; Thanks! +* Verilator 3.833 devel + + * Verilator 3.832 2012/03/07 *** Fix memory delayed assignments from multiple clock domains. [Andrew Ling] diff --git a/configure.ac b/configure.ac index 36bd41cca..6f11bc8ec 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # redistribute it and/or modify it under the terms of either the GNU Lesser # General Public License Version 3 or the Perl Artistic License Version 2.0. -AC_INIT([Verilator],[3.832 2012-03-07]) +AC_INIT([Verilator],[3.833 devel]) AC_CONFIG_HEADER(src/config_build.h) AC_CONFIG_FILES(Makefile src/Makefile src/Makefile_obj include/verilated.mk)