mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Fix cmake version number (#2881)
This commit is contained in:
parent
4c2a9aac4c
commit
39d9ecfe51
3
Changes
3
Changes
@ -34,6 +34,7 @@ Verilator 4.201 devel
|
||||
* Fix interface localparam access (#2859). [Todd Strader]
|
||||
* Fix Cygwin example compile issues (#2856). [Mark Shaw]
|
||||
* Fix select of with index variable (#2880). [Alexander Grobman]
|
||||
* Fix cmake version number to be numeric (#2881). [Yuri Victorovich]
|
||||
|
||||
|
||||
Verilator 4.200 2021-03-12
|
||||
@ -387,7 +388,7 @@ Verilator 4.028 2020-02-08
|
||||
* Add loc column location in XML (replaces fl). (#2122) [Pieter Kapsenberg]
|
||||
* Add error on misused define. [Topa Tota]
|
||||
* Add parameter to set maximum signal width. (#2082) [Øyvind Harboe]
|
||||
* Add warning on genvar in normal for loop. (#2143) [yurivict]
|
||||
* Add warning on genvar in normal for loop. (#2143) [Yuri Victorovich]
|
||||
* Fix VPI scope naming for public modules. [Nandu Raj]
|
||||
* Fix FST tracing of enums inside structs. [fsiegle]
|
||||
* Fix WIDTH warning on </<= of narrower value. (#2141) [agrobman]
|
||||
|
@ -15,7 +15,7 @@
|
||||
#
|
||||
######################################################################
|
||||
|
||||
set(PACKAGE_VERSION "@PACKAGE_VERSION@")
|
||||
set(PACKAGE_VERSION "@PACKAGE_VERSION_NUMBER@")
|
||||
|
||||
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
||||
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
||||
|
Loading…
Reference in New Issue
Block a user