diff --git a/Changes b/Changes index 8322c3013..8b78d1108 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,9 @@ The contributors that suggested a given feature are shown in []. [by ...] indicates the contributor was also the author of the fix; Thanks! +* Verilator 3.832 devel + + * Verilator 3.831 2012/01/20 ** Support SystemC 2.3.0 prerelease. This requires setting the new diff --git a/configure.ac b/configure.ac index b75c2c859..ae5f9bcc3 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # 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. -AC_INIT([Verilator],[3.831 2012-01-20]) +AC_INIT([Verilator],[3.832 devel]) AC_CONFIG_HEADER(src/config_build.h) AC_CONFIG_FILES(Makefile src/Makefile src/Makefile_obj include/verilated.mk)