devel release

This commit is contained in:
Wilson Snyder 2020-08-15 09:20:50 -04:00
parent bdecf6c4e1
commit 7a33fe2bf2
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@ Revision history for Verilator
The contributors that suggested a given feature are shown in []. Thanks! The contributors that suggested a given feature are shown in []. Thanks!
* Verilator 4.099 devel
** C++11 or newer compilers are now required.
* Verilator 4.040 2020-08-15 * Verilator 4.040 2020-08-15
** Version 4.040 is planned to be the final version that will ** Version 4.040 is planned to be the final version that will

View File

@ -7,7 +7,7 @@
#AC_INIT([Verilator],[#.### YYYY-MM-DD]) #AC_INIT([Verilator],[#.### YYYY-MM-DD])
#AC_INIT([Verilator],[#.### devel]) #AC_INIT([Verilator],[#.### devel])
AC_INIT([Verilator],[4.040 2020-08-15], AC_INIT([Verilator],[4.099 devel],
[https://verilator.org], [https://verilator.org],
[verilator],[https://verilator.org]) [verilator],[https://verilator.org])
# When releasing, also update header of Changes file # When releasing, also update header of Changes file