From 714f71b967b566988280809f57427f95566ec498 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Mon, 4 Aug 2014 16:03:11 +0200 Subject: [PATCH] Updated version to 1.0.1 --- NEWS | 4 +++- SFS_version.m | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1c75127b..89495ce9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ Changes in the Sound Field Synthesis-Toolbox. Recent changes on top. -1.0.1 () +1.0.1 (4 August 2014) + - rms() works now also with row vectors in order to be compatible with the + Auditory Modeling Toolbox - fixed handling of number of secondary sources for a box shaped array - fixed a bug in ir_auralize() regarding the contentfile configuration - corrected NFC-HOA driving functions for off-center arrays diff --git a/SFS_version.m b/SFS_version.m index b21ce189..42730611 100644 --- a/SFS_version.m +++ b/SFS_version.m @@ -43,4 +43,4 @@ %% ===== Configuration =================================================== % Version number -versionnumber = '1.0.0'; +versionnumber = '1.0.1';