Skip to content

Commit 4877627

Browse files
committed
devel release
1 parent 8ca45df commit 4877627

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
cmake_minimum_required(VERSION 3.15)
1616
cmake_policy(SET CMP0091 NEW) # Use MSVC_RUNTIME_LIBRARY to select the runtime
1717
project(Verilator
18-
VERSION 5.028
18+
VERSION 5.029
1919
HOMEPAGE_URL https://verilator.org
2020
LANGUAGES CXX
2121
)

Changes

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The changes in each Verilator version are described below. The
88
contributors that suggested a given feature are shown in []. Thanks!
99

1010

11+
Verilator 5.029 devel
12+
==========================
13+
14+
**Minor:**
15+
16+
1117
Verilator 5.028 2024-08-21
1218
==========================
1319

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Then 'make maintainer-dist'
1111
#AC_INIT([Verilator],[#.### YYYY-MM-DD])
1212
#AC_INIT([Verilator],[#.### devel])
13-
AC_INIT([Verilator],[5.028 2024-08-21],
13+
AC_INIT([Verilator],[5.029 devel],
1414
[https://verilator.org],
1515
[verilator],[https://verilator.org])
1616

0 commit comments

Comments
 (0)