diff --git a/Changes b/Changes index cfff91f11..005257b18 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,9 @@ Revision history for Verilator The contributors that suggested a given feature are shown in []. Thanks! +* Verilator 4.035 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 b21cc5868..180388b99 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.034 2020-05-03], +AC_INIT([Verilator],[4.035 devel], [https://verilator.org], [verilator],[https://verilator.org]) # When releasing, also update header of Changes file