diff --git a/Changes b/Changes index e2d2f61f4..3e06d6263 100644 --- a/Changes +++ b/Changes @@ -3,7 +3,7 @@ Revision history for Verilator The contributors that suggested a given feature are shown in []. Thanks! -* Verilator 4.105 devel +* Verilator 4.106 2020-12-02 ** Change -sv option to select 1800-2017 instead of 1800-2005. @@ -19,6 +19,8 @@ The contributors that suggested a given feature are shown in []. Thanks! *** Support 'with item.index'. +**** Fix the default GNU Make executable name on FreeBSD (#2553). [Yuri Victorovich] + **** Fix trace signal names getting hashed (#2643). [Barbara Gigerl] **** Fix unpacked array parameters near functions (#2639). [Anderson Ignacio da Silva] diff --git a/configure.ac b/configure.ac index dada8de1e..563c93a29 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.105 devel], +AC_INIT([Verilator],[4.106 2020-12-02], [https://verilator.org], [verilator],[https://verilator.org]) # When releasing, also update header of Changes file