From b671638f99b3d97b3418ecfe9b4acbc2f76c5420 Mon Sep 17 00:00:00 2001 From: garyscavone Date: Thu, 10 Aug 2023 16:46:47 -0400 Subject: [PATCH] Version updates for 5.0.1 release. --- doc/ReleaseNotes.txt | 5 +++++ doc/doxygen/download.txt | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/ReleaseNotes.txt b/doc/ReleaseNotes.txt index bb41a114..b3e82c07 100644 --- a/doc/ReleaseNotes.txt +++ b/doc/ReleaseNotes.txt @@ -2,6 +2,11 @@ The Synthesis ToolKit in C++ (STK) By Perry R. Cook and Gary P. Scavone, 1995--2023. +v.5.0.1 (10 August 2023) +- see github site for complete details (github.com/thestk/stk) +- cmake updates +- fix for demo msvc project in Windows + v.5.0.0 (4 August 2023) - see github site for complete details (github.com/thestk/stk) - new filter design functionality in BiQuad (thanks to Navin Kumar!) diff --git a/doc/doxygen/download.txt b/doc/doxygen/download.txt index e32c2630..3521ec69 100644 --- a/doc/doxygen/download.txt +++ b/doc/doxygen/download.txt @@ -1,10 +1,15 @@ /*! \page download Download and Release Notes -\section down Download Version 5.0.0 (4 August 2023): +\section down Download Version 5.0.1 (10 August 2023): -- Source distribution +- Source distribution \section notes Release Notes: +\subsection v5dot0dot1 Version 5.0.1 +- see github site for complete details (github.com/thestk/stk) +- cmake updates +- fix for demo msvc project in Windows + \subsection v5dot0dot0 Version 5.0.0 - see github site for complete details (github.com/thestk/stk) - new filter design functionality in BiQuad (thanks to Navin Kumar!)