File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
* RECENT CHANGES
3
3
*******************************************************************************
4
4
5
+ === 1.0.29 ===
6
+
7
+
5
8
=== 1.0.28 ===
6
9
* The DSP library now builds for Apple M1 chips and above on MacOS.
7
10
* Implemented abs_max2, abs_min2, abs_max3 and abs_min3 functions.
Original file line number Diff line number Diff line change 25
25
// Define version of headers
26
26
#define LSP_DSP_LIB_MAJOR 1
27
27
#define LSP_DSP_LIB_MINOR 0
28
- #define LSP_DSP_LIB_MICRO 28
28
+ #define LSP_DSP_LIB_MICRO 29
29
29
30
30
#if defined(__WINDOWS__ ) || defined(__WIN32__ ) || defined(__WIN64__ ) || defined(_WIN64 ) || defined(_WIN32 ) || defined(__WINNT ) || defined(__WINNT__ )
31
31
#define LSP_DSP_LIB_EXPORT_MODIFIER __declspec(dllexport)
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ ARTIFACT_ID = LSP_DSP_LIB
23
23
ARTIFACT_NAME = lsp-dsp-lib
24
24
ARTIFACT_DESC = DSP library for digital signal processing
25
25
ARTIFACT_HEADERS = lsp-plug.in
26
- ARTIFACT_VERSION = 1.0.28
26
+ ARTIFACT_VERSION = 1.0.29-devel
You can’t perform that action at this time.
0 commit comments