Version bump

This commit is contained in:
Wilson Snyder 2021-03-12 15:48:31 -05:00
parent 5022e81af7
commit 1b18a85e76
2 changed files with 2 additions and 2 deletions

View File

@ -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().

View File

@ -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