From abf6c0c664e902e124439021e95623751ea975a2 Mon Sep 17 00:00:00 2001 From: leomccormack Date: Fri, 20 Aug 2021 11:56:01 +0300 Subject: [PATCH] bumped up version and updated changelog --- ChangeLog.txt | 5 +++++ framework/include/saf.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 7cbda9191..ffd81976e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -8,6 +8,11 @@ Major and/or breaking changes to the Spatial_Audio_Framework are listed here. For descriptions of minor changes and bug fixes, please refer to the git log. +==================================================================================================== +v1.2.3 + - Bug fix in invertLsMtx2D() and invertLsMtx3D() + - Added install-safipp.bat script for building a custom Intel IPP dll for SAF for Windows + ==================================================================================================== v1.2.2 - General documentation improvements, and also switched to a more modern doxygen theme diff --git a/framework/include/saf.h b/framework/include/saf.h index 21592dc57..fa37c3f07 100644 --- a/framework/include/saf.h +++ b/framework/include/saf.h @@ -91,7 +91,7 @@ #define SAF_VERSION_MAJOR 1 /**< Major version */ #define SAF_VERSION_MINOR 2 /**< Minor version */ -#define SAF_VERSION_PATCH 2 /**< Patch version */ +#define SAF_VERSION_PATCH 3 /**< Patch version */ #define SAF_VERSION_SPECIAL "" /**< Append text ("alpha", "beta", "") */ #define MKSTRING_(s) #s /**< Stringify */ #define MKSTRING(s) MKSTRING_(s) /**< Stringify */