Skip to content

Commit

Permalink
bumped up version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leomccormack committed Aug 20, 2021
1 parent e99bf9a commit abf6c0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion framework/include/saf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit abf6c0c

Please sign in to comment.