From 0e9be8eea0220f9351e80ab64fa7af0bd5a961fe Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 14 Oct 2017 16:15:07 -0400 Subject: [PATCH] Version bump --- Changes | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 70c342d03..5719cf929 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ Revision history for Verilator The contributors that suggested a given feature are shown in []. Thanks! -* Verilator 3.913 devel +* Verilator 3.913 2017-10-14 ** Added new examples/ directory with appropriate examples. This replaces the old test_c and test_sc directories. diff --git a/configure.ac b/configure.ac index 501239c1d..3712db96d 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.913 devel]) +AC_INIT([Verilator],[3.914 2017-10-14]) # When releasing, also update header of Changes file # and commit using "devel release" or "Version bump" message