From b4a7e4697efb80a242bfd0fe0458a34e7459745e Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 30 Jul 2016 10:10:35 -0400 Subject: [PATCH] Version bump --- Changes | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 1d2cb42ed..b5076b9da 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.885 devel +* Verilator 3.886 2016-07-30 **** Fix enum values of 11-16 bits wide using .next/.prev, bug1062. [Brian Flachs] diff --git a/configure.ac b/configure.ac index b8d6edba5..147d5dfba 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ #AC_INIT([Verilator],[#.### YYYY-MM-DD]) #AC_INIT([Verilator],[#.### devel]) -AC_INIT([Verilator],[3.885 devel]) +AC_INIT([Verilator],[3.886 2016-07-30]) # When releasing, also update header of Changes file AC_CONFIG_HEADER(src/config_build.h)