Version bump

This commit is contained in:
Wilson Snyder 2019-10-06 09:40:36 -04:00
parent 307549e8a6
commit dfcd412e5f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ 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.019 devel * Verilator 4.020 2019-10-06
*** Support $fseek, $ftell, $frewind, bug1496. [Howard Su] *** Support $fseek, $ftell, $frewind, bug1496. [Howard Su]

View File

@ -6,7 +6,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.019 devel], AC_INIT([Verilator],[4.020 2019-10-06],
[https://www.veripool.org/verilator], [https://www.veripool.org/verilator],
[verilator],[https://www.veripool.org/verilator]) [verilator],[https://www.veripool.org/verilator])
# When releasing, also update header of Changes file # When releasing, also update header of Changes file