Commit 2ed7337 1 parent f46fe2d commit 2ed7337 Copy full SHA for 2ed7337
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.27 ===
6
+
7
+
5
8
=== 1.0.26 ===
6
9
* Updated build scripts.
7
10
* Updated module versions in dependencies.
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 26
28
+ #define LSP_DSP_UNITS_MICRO 27
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.26
26
+ ARTIFACT_VERSION = 1.0.27-devel
27
27
You can’t perform that action at this time.
0 commit comments