From 3a23afb0bc23c747e31bad94fd11766d318b29c0 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 20 Jan 2014 21:55:27 -0500 Subject: [PATCH] devel release --- Changes | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 0d4db6b39..fa279f2d5 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,10 @@ 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.856 devel + + + * Verilator 3.855 2014-01-18 *** Support modport import, bug696. [Jeremy Bennett] diff --git a/configure.ac b/configure.ac index 581368acc..a26684920 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.855 2014-01-18]) +AC_INIT([Verilator],[3.856 devel]) AC_CONFIG_HEADER(src/config_build.h) AC_CONFIG_FILES(Makefile src/Makefile src/Makefile_obj include/verilated.mk include/verilated_config.h)