diff --git a/Changes b/Changes index c52a0c3df..d15fe2cf2 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Verilator The contributors that suggested a given feature are shown in []. Thanks! +* Verilator 3.919 devel + + * Verilator 3.918 2018-01-02 *** Workaround GCC/clang bug with huge compile times, bug1248. diff --git a/configure.ac b/configure.ac index 69663431e..83be6f139 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ #AC_INIT([Verilator],[#.### YYYY-MM-DD]) #AC_INIT([Verilator],[#.### devel]) -AC_INIT([Verilator],[3.918 2018-01-02]) +AC_INIT([Verilator],[3.919 devel]) # When releasing, also update header of Changes file # and commit using "devel release" or "Version bump" message