From 1b18a85e76c3ad1b82d55ee68bb5ecc827f46812 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 12 Mar 2021 15:48:31 -0500 Subject: [PATCH] Version bump --- Changes | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index eae900c74..e09133c42 100644 --- a/Changes +++ b/Changes @@ -5,7 +5,7 @@ The contributors that suggested a given feature are shown in []. Thanks! * Verilator 4.200 2021-03-12 ** Add simulation context (VerilatedContext) to allow multiple fully independent - models to be in the same process. Please see the updated examples. + models to be in the same process. Please see the updated examples. (#2660) ** Add context->time() and context->timeInc() API calls, to set simulation time. These now are recommended in place of the legacy sc_time_stamp(). diff --git a/configure.ac b/configure.ac index f13c1a781..3d7c5ea55 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ #AC_INIT([Verilator],[#.### YYYY-MM-DD]) #AC_INIT([Verilator],[#.### devel]) -AC_INIT([Verilator],[4.199 devel], +AC_INIT([Verilator],[4.200 2021-03-12], [https://verilator.org], [verilator],[https://verilator.org]) # When releasing, also update header of Changes file