Version bump

This commit is contained in:
Wilson Snyder 2016-07-30 10:10:35 -04:00
parent cd61b1d045
commit b4a7e4697e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ The contributors that suggested a given feature are shown in []. [by ...]
indicates the contributor was also the author of the fix; Thanks!
* Verilator 3.885 devel
* Verilator 3.886 2016-07-30
**** Fix enum values of 11-16 bits wide using .next/.prev, bug1062. [Brian Flachs]

View File

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