From 41701673a0fff8c608409bbd61c93a2ead52d45f Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 15 Nov 2014 08:43:27 -0500 Subject: [PATCH] devel release --- Changes | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d6a81dd3d..adda0e58c 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,8 @@ 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.867 devel + * Verilator 3.866 2014-11-15 *** Fix +define+A+B to define A and B to match other simulators, bug847. [Adam Krolnik] diff --git a/configure.ac b/configure.ac index 21386f32e..e31e02971 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ #AC_INIT([Verilator],[#.### YYYY-MM-DD]) #AC_INIT([Verilator],[#.### devel]) -AC_INIT([Verilator],[3.866 2014-11-15]) +AC_INIT([Verilator],[3.867 devel]) AC_CONFIG_HEADER(src/config_build.h) AC_CONFIG_FILES(Makefile src/Makefile src/Makefile_obj include/verilated.mk include/verilated_config.h)