From b89be6c4b90d2e16d9f28876ed11cfdec39da382 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 25 Oct 2011 18:59:40 -0400 Subject: [PATCH] Version bump --- Changes | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index ef97418ce..f6b13e86c 100644 --- a/Changes +++ b/Changes @@ -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.824*** +* Verilator 3.824 2011/10/25 *** Fix "always @ (* )", bug403, bug404. [Walter Lavino] @@ -12,6 +12,7 @@ indicates the contributor was also the author of the fix; Thanks! **** Fix 3.823 constructor core dump on Debian, bug401. [Ahmed El-Mahmoudy] + * Verilator 3.823 2011/10/20 *** Support $ceil, $floor, etc. [Alex Solomatnikov] diff --git a/configure.ac b/configure.ac index 98ae66f37..837755e28 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.824 devel]) +AC_INIT([Verilator],[3.824 2011/10/25]) AC_CONFIG_HEADER(src/config_build.h) AC_CONFIG_FILES(Makefile src/Makefile src/Makefile_obj include/verilated.mk)