File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
include/lsp-plug.in/plug-fw Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
* RECENT CHANGES
3
3
*******************************************************************************
4
4
5
+ === 1.0.9 ===
6
+ * Updated module versions in dependencies.
7
+
5
8
=== 1.0.8 ===
6
9
* Added CLAP plugin format support.
7
10
* Changed VST parameter normalized value mapping for logarithmic parameters.
Original file line number Diff line number Diff line change 24
24
25
25
#define LSP_PLUGIN_FW_MAJOR 1
26
26
#define LSP_PLUGIN_FW_MINOR 0
27
- #define LSP_PLUGIN_FW_MICRO 8
27
+ #define LSP_PLUGIN_FW_MICRO 9
28
28
29
29
#if defined(LSP_PLUGIN_FW_PUBLISHER )
30
30
#define LSP_PLUGIN_FW_PUBLIC LSP_EXPORT_MODIFIER
Original file line number Diff line number Diff line change 19
19
#
20
20
21
21
# Variables that describe dependencies
22
- LSP_3RD_PARTY_VERSION := 1.0.5
22
+ LSP_3RD_PARTY_VERSION := 1.0.6
23
23
LSP_3RD_PARTY_NAME := lsp-3rd-party
24
24
LSP_3RD_PARTY_TYPE := hdr
25
25
LSP_3RD_PARTY_URL_RO := https://github.com/lsp-plugins/$(LSP_3RD_PARTY_NAME ) .git
@@ -61,13 +61,13 @@ LSP_R3D_IFACE_TYPE := src
61
61
LSP_R3D_IFACE_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_IFACE_NAME ) .git
62
62
LSP_R3D_IFACE_URL_RW :=
[email protected] :lsp-plugins/
$(LSP_R3D_IFACE_NAME ) .git
63
63
64
- LSP_R3D_GLX_LIB_VERSION := 1.0.7
64
+ LSP_R3D_GLX_LIB_VERSION := 1.0.8
65
65
LSP_R3D_GLX_LIB_NAME := lsp-r3d-glx-lib
66
66
LSP_R3D_GLX_LIB_TYPE := bin
67
67
LSP_R3D_GLX_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_GLX_LIB_NAME ) .git
68
68
LSP_R3D_GLX_LIB_URL_RW :=
[email protected] :lsp-plugins/
$(LSP_R3D_GLX_LIB_NAME ) .git
69
69
70
- LSP_R3D_WGL_LIB_VERSION := 1.0.2
70
+ LSP_R3D_WGL_LIB_VERSION := 1.0.3
71
71
LSP_R3D_WGL_LIB_NAME := lsp-r3d-wgl-lib
72
72
LSP_R3D_WGL_LIB_TYPE := bin
73
73
LSP_R3D_WGL_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_WGL_LIB_NAME ) .git
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ ARTIFACT_NAME = lsp-plugin-fw
24
24
ARTIFACT_DESC = LSP Plugin Framework for building LSP Plugins
25
25
ARTIFACT_HEADERS = lsp-plug.in
26
26
ARTIFACT_EXPORT_ALL = 1
27
- ARTIFACT_VERSION = 1.0.8
27
+ ARTIFACT_VERSION = 1.0.9
You can’t perform that action at this time.
0 commit comments