Fix version number mistake

This commit is contained in:
Wilson Snyder 2011-10-25 18:11:06 -04:00
parent f19979d928
commit 734400fd37
2 changed files with 4 additions and 3 deletions

View File

@ -3,12 +3,13 @@ Revision history for Verilator
The contributors that suggested a given feature are shown in []. [by ...]
indicates the contributor was also the author of the fix; Thanks!
* Verilator 3.823***
* Verilator 3.824***
*** Fix "always @ (* )", bug403, bug404. [Walter Lavino]
* Verilator 3.822 2011/10/20
* Verilator 3.823 2011/10/20
*** Support $ceil, $floor, etc. [Alex Solomatnikov]

View File

@ -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.823 devel])
AC_INIT([Verilator],[3.824 devel])
AC_CONFIG_HEADER(src/config_build.h)
AC_CONFIG_FILES(Makefile src/Makefile src/Makefile_obj include/verilated.mk)