devel release

This commit is contained in:
Wilson Snyder 2016-05-18 21:15:33 -04:00
parent 675cbce8cb
commit 171c175e54
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ 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.884 2016-05-18
** Support parameter type, bug376. [Alan Hunter, et al]

View File

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