diff --git a/Changes b/Changes index 7906a9d0c..c52a0c3df 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 3.917 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 bb504830b..69663431e 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.917 devel]) +AC_INIT([Verilator],[3.918 2018-01-02]) # When releasing, also update header of Changes file # and commit using "devel release" or "Version bump" message