From 839315b27125fd1d230ebbfd0bcc69eb85ef12e2 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 31 Oct 2023 19:53:03 -0400 Subject: [PATCH] devel release --- CMakeLists.txt | 2 +- Changes | 13 +++++++++++++ configure.ac | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63510641a..642355907 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ cmake_minimum_required(VERSION 3.15) cmake_policy(SET CMP0091 NEW) # Use MSVC_RUNTIME_LIBRARY to select the runtime project(Verilator - VERSION 5.018 + VERSION 5.019 HOMEPAGE_URL https://verilator.org LANGUAGES CXX ) diff --git a/Changes b/Changes index ee1167e6f..9d2c48c96 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,19 @@ The changes in each Verilator version are described below. The contributors that suggested a given feature are shown in []. Thanks! +Verilator 5.019 devel +========================== + +**Major:** + +* Support compilation with precompiled headers with Make and GCC or CLang. +* Change include of systemc instead of systemc.h (#4622) (#4623). [Chih-Mao Chen] + This may require that SystemC programs add 'using namespace sc_core', 'using namespace sc_dt'. + +**Minor:** + + + Verilator 5.018 2023-10-30 ========================== diff --git a/configure.ac b/configure.ac index 17c4b15d9..3aec615af 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ # Then 'make maintainer-dist' #AC_INIT([Verilator],[#.### YYYY-MM-DD]) #AC_INIT([Verilator],[#.### devel]) -AC_INIT([Verilator],[5.018 2023-10-30], +AC_INIT([Verilator],[5.019 devel], [https://verilator.org], [verilator],[https://verilator.org])