version 2.1.0
This commit is contained in:
parent
ec856896c7
commit
dafe846277
|
|
@ -24,7 +24,7 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.14)
|
|||
cmake_policy(SET CMP0086 NEW)
|
||||
endif()
|
||||
|
||||
project(STA VERSION 2.0.18)
|
||||
project(STA VERSION 2.1.0)
|
||||
|
||||
option(CUDD_DIR "CUDD BDD package directory")
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,10 @@
|
|||
|
||||
This file summarizes STA API changes for each release.
|
||||
|
||||
Release 2.1.0 2020/04/05
|
||||
|
||||
All public headers files have been moved to include/sta.
|
||||
|
||||
Release 2.0.18 2020/02/15
|
||||
-------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue