Skip to content

Commit

Permalink
bumped up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leomccormack committed Jan 31, 2024
1 parent fc5021a commit adbd3a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.3.1
v1.3.2
- Reverted a change made to the getBinDecoder_MAGLS() function in the previous release

====================================================================================================
v1.3.1 (29th January 2024)
- Added support for up to 10th order (or 128 channels) input/output for all relevant examples
- Various bug fixes and minor optimisations all round

Expand Down
2 changes: 1 addition & 1 deletion framework/include/saf.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

#define SAF_VERSION_MAJOR 1 /**< Major version */
#define SAF_VERSION_MINOR 3 /**< Minor version */
#define SAF_VERSION_PATCH 1 /**< Patch version */
#define SAF_VERSION_PATCH 2 /**< 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 adbd3a9

Please sign in to comment.