diff --git a/Changes b/Changes index 98a47d3a3..a531066d0 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Verilator The contributors that suggested a given feature are shown in []. Thanks! + +* Verilator 4.105 devel + + * Verilator 4.104 2020-11-14 *** Support queue and associative array 'with' statements. (#2616) diff --git a/configure.ac b/configure.ac index 6b165fcc0..dada8de1e 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.104 2020-11-14], +AC_INIT([Verilator],[4.105 devel], [https://verilator.org], [verilator],[https://verilator.org]) # When releasing, also update header of Changes file