Skip to content

Commit adbd3a9

Browse files
committed
bumped up version number
1 parent fc5021a commit adbd3a9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ 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

1111
====================================================================================================
12-
v1.3.1
12+
v1.3.2
13+
- Reverted a change made to the getBinDecoder_MAGLS() function in the previous release
14+
15+
====================================================================================================
16+
v1.3.1 (29th January 2024)
1317
- Added support for up to 10th order (or 128 channels) input/output for all relevant examples
1418
- Various bug fixes and minor optimisations all round
1519

framework/include/saf.h

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

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

0 commit comments

Comments
 (0)