diff --git a/Changes b/Changes index be771165c..6f1778423 100644 --- a/Changes +++ b/Changes @@ -2,8 +2,7 @@ Revision history for Verilator The contributors that suggested a given feature are shown in []. Thanks! -* Verilator 4.111 devel - (Next release version number will be 4.200) +* Verilator 4.199 devel ** Add simulation context (VerilatedContext) to allow multiple fully independent models to be in the same process. Please see the updated examples. @@ -13,6 +12,10 @@ The contributors that suggested a given feature are shown in []. Thanks! **** --inhibit-sim is planned for deprecation, file a bug if this is still being used. +**** Fix range inheritance on port without data type (#2753). [Embedded Go] + +**** Fix slice-assign overflow (#2803) (#2811). [David Turner] + * Verilator 4.110 2021-02-25 diff --git a/configure.ac b/configure.ac index 013307a3d..f13c1a781 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.111 devel], +AC_INIT([Verilator],[4.199 devel], [https://verilator.org], [verilator],[https://verilator.org]) # When releasing, also update header of Changes file