Skip to content

Commit abf6c0c

Browse files
committed
bumped up version and updated changelog
1 parent e99bf9a commit abf6c0c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
Major and/or breaking changes to the Spatial_Audio_Framework are listed here.
99
For descriptions of minor changes and bug fixes, please refer to the git log.
1010

11+
====================================================================================================
12+
v1.2.3
13+
- Bug fix in invertLsMtx2D() and invertLsMtx3D()
14+
- Added install-safipp.bat script for building a custom Intel IPP dll for SAF for Windows
15+
1116
====================================================================================================
1217
v1.2.2
1318
- General documentation improvements, and also switched to a more modern doxygen theme

framework/include/saf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
#define SAF_VERSION_MAJOR 1 /**< Major version */
9393
#define SAF_VERSION_MINOR 2 /**< Minor version */
94-
#define SAF_VERSION_PATCH 2 /**< Patch version */
94+
#define SAF_VERSION_PATCH 3 /**< Patch version */
9595
#define SAF_VERSION_SPECIAL "" /**< Append text ("alpha", "beta", "") */
9696
#define MKSTRING_(s) #s /**< Stringify */
9797
#define MKSTRING(s) MKSTRING_(s) /**< Stringify */

0 commit comments

Comments
 (0)