Version bump

This commit is contained in:
Wilson Snyder 2012-03-07 22:50:13 -05:00
parent 04f910b747
commit a8432ed4a4
2 changed files with 2 additions and 4 deletions

View File

@ -4,9 +4,7 @@ The contributors that suggested a given feature are shown in []. [by ...]
indicates the contributor was also the author of the fix; Thanks! indicates the contributor was also the author of the fix; Thanks!
* Verilator 3.832 devel * Verilator 3.832 2012/03/07
[run cppcheck]
*** Fix memory delayed assignments from multiple clock domains. [Andrew Ling] *** Fix memory delayed assignments from multiple clock domains. [Andrew Ling]

View File

@ -4,7 +4,7 @@
# redistribute it and/or modify it under the terms of either the GNU Lesser # redistribute it and/or modify it under the terms of either the GNU Lesser
# General Public License Version 3 or the Perl Artistic License Version 2.0. # General Public License Version 3 or the Perl Artistic License Version 2.0.
AC_INIT([Verilator],[3.832 devel]) AC_INIT([Verilator],[3.832 2012-03-07])
AC_CONFIG_HEADER(src/config_build.h) AC_CONFIG_HEADER(src/config_build.h)
AC_CONFIG_FILES(Makefile src/Makefile src/Makefile_obj include/verilated.mk) AC_CONFIG_FILES(Makefile src/Makefile src/Makefile_obj include/verilated.mk)