File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
* RECENT CHANGES
3
3
*******************************************************************************
4
4
5
+ === 0.5.7 ===
6
+
5
7
=== 0.5.6 ===
6
8
* Added build of static library.
7
9
* Source code now more properly references LGPL3+ license.
Original file line number Diff line number Diff line change 25
25
// Define version of headers
26
26
#define LSP_DSP_LIB_MAJOR 0
27
27
#define LSP_DSP_LIB_MINOR 5
28
- #define LSP_DSP_LIB_MICRO 6
28
+ #define LSP_DSP_LIB_MICRO 7
29
29
30
30
#ifdef LSP_DSP_LIB_BUILTIN
31
31
#define LSP_DSP_LIB_CPPEXPORT
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARTIFACT_DESC = DSP library for digital signal processing
23
23
ARTIFACT_NAME = lsp-dsp-lib
24
24
ARTIFACT_VARS = LSP_DSP_LIB
25
25
ARTIFACT_HEADERS = lsp-plug.in
26
- ARTIFACT_VERSION = 0.5.6
26
+ ARTIFACT_VERSION = 0.5.7-devel
27
27
28
28
# List of dependencies
29
29
TEST_DEPENDENCIES = \
You can’t perform that action at this time.
0 commit comments