Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-03-27 08:00:06 -07:00
parent 8992827b5b
commit 1d59a16efb
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.14)
cmake_policy(SET CMP0086 NEW) cmake_policy(SET CMP0086 NEW)
endif() endif()
project(STA VERSION 2.6.0 project(STA VERSION 2.6.1
LANGUAGES CXX LANGUAGES CXX
) )

View File

@ -24,7 +24,7 @@
This file summarizes STA API changes for each release. 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. The following classes have been replaced by the class Path.