Commit 669a355 1 parent c85895d commit 669a355 Copy full SHA for 669a355
File tree 3 files changed +5
-2
lines changed
include/lsp-plug.in/dsp-units
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.22 ===
6
+
7
+
5
8
=== 1.0.21 ===
6
9
* Implemented safer algorithm of loading sample when the underlying stream
7
10
does not know the actual number of frames in the stream.
Original file line number Diff line number Diff line change 25
25
// Define version of headers
26
26
#define LSP_DSP_UNITS_MAJOR 1
27
27
#define LSP_DSP_UNITS_MINOR 0
28
- #define LSP_DSP_UNITS_MICRO 21
28
+ #define LSP_DSP_UNITS_MICRO 22
29
29
30
30
#if defined(LSP_DSP_UNITS_PUBLISHER )
31
31
#define LSP_DSP_UNITS_PUBLIC LSP_EXPORT_MODIFIER
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_DSP_UNITS
23
23
ARTIFACT_NAME = lsp-dsp-units
24
24
ARTIFACT_DESC = High-level classes for performing DSP
25
25
ARTIFACT_HEADERS = lsp-plug.in
26
- ARTIFACT_VERSION = 1.0.21
26
+ ARTIFACT_VERSION = 1.0.22-devel
27
27
You can’t perform that action at this time.
0 commit comments