version
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
8992827b5b
commit
1d59a16efb
|
|
@ -32,7 +32,7 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.14)
|
|||
cmake_policy(SET CMP0086 NEW)
|
||||
endif()
|
||||
|
||||
project(STA VERSION 2.6.0
|
||||
project(STA VERSION 2.6.1
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
This file summarizes STA API changes for each release.
|
||||
|
||||
Release 2.4.0 2025/03/??
|
||||
Release 2.6.1 2025/03/??
|
||||
-------------------------
|
||||
|
||||
The following classes have been replaced by the class Path.
|
||||
|
|
|
|||
Loading…
Reference in New Issue