diff --git a/Changes b/Changes index 1b34dfc80..cfff91f11 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.033 devel +* Verilator 4.034 2020-05-03 ** Add simplistic class support with many restrictions, see manual, #377. diff --git a/configure.ac b/configure.ac index 401747ff9..b21cc5868 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.033 devel], +AC_INIT([Verilator],[4.034 2020-05-03], [https://verilator.org], [verilator],[https://verilator.org]) # When releasing, also update header of Changes file