devel release

This commit is contained in:
Wilson Snyder 2016-11-25 10:55:28 -05:00
parent c72d473e96
commit b0de0b1176
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,9 @@ Revision history for Verilator
The contributors that suggested a given feature are shown in []. Thanks!
* Verilator 3.891 devel
* Verilator 3.890 2016-11-25
*** Honor --output-split on coverage constructors, bug1098. [Johan Bjork]

View File

@ -6,7 +6,7 @@
#AC_INIT([Verilator],[#.### YYYY-MM-DD])
#AC_INIT([Verilator],[#.### devel])
AC_INIT([Verilator],[3.890 2016-11-25])
AC_INIT([Verilator],[3.891 devel])
# When releasing, also update header of Changes file
AC_CONFIG_HEADER(src/config_build.h)