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