version 2.1.0

This commit is contained in:
James Cherry 2020-04-05 18:22:33 -07:00
parent ec856896c7
commit dafe846277
2 changed files with 5 additions and 1 deletions

View File

@ -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")

View File

@ -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
-------------------------