File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22* RECENT CHANGES
33*******************************************************************************
44
5+ === 1.0.30 ===
6+ * Updated build scripts and dependencies.
7+
58=== 1.0.29 ===
69* Optimized code for updated implementation of dspu::MeterGraph.
710* Moved Dry, Wet and Dry/Wet knobs into separate Mix Overlay.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ LSP_DSP_LIB_TYPE := src
3838LSP_DSP_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_LIB_NAME ) .git
3939LSP_DSP_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_DSP_LIB_NAME ) .git
4040
41- LSP_DSP_UNITS_VERSION := 1.0.31
41+ LSP_DSP_UNITS_VERSION := 1.0.32
4242LSP_DSP_UNITS_NAME := lsp-dsp-units
4343LSP_DSP_UNITS_TYPE := src
4444LSP_DSP_UNITS_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_UNITS_NAME ) .git
@@ -99,13 +99,13 @@ LSP_WS_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_WS_LIB_NAME).
9999LSP_WS_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_WS_LIB_NAME ) .git
100100
101101# Plugin-related module dependencies
102- LSP_PLUGIN_FW_VERSION := 1.0.32
102+ LSP_PLUGIN_FW_VERSION := 1.0.33
103103LSP_PLUGIN_FW_NAME := lsp-plugin-fw
104104LSP_PLUGIN_FW_TYPE := src
105105LSP_PLUGIN_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGIN_FW_NAME ) .git
106106LSP_PLUGIN_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_PLUGIN_FW_NAME ) .git
107107
108- LSP_PLUGINS_SHARED_VERSION := 1.0.31
108+ LSP_PLUGINS_SHARED_VERSION := 1.0.32
109109LSP_PLUGINS_SHARED_NAME := lsp-plugins-shared
110110LSP_PLUGINS_SHARED_TYPE := src
111111LSP_PLUGINS_SHARED_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGINS_SHARED_NAME ) .git
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARTIFACT_TYPE = plug
2525ARTIFACT_DESC = LSP Trigger Plugin Series
2626ARTIFACT_HEADERS = lsp-plug.in
2727ARTIFACT_EXPORT_HEADERS = 0
28- ARTIFACT_VERSION = 1.0.29
28+ ARTIFACT_VERSION = 1.0.30
2929
3030
3131
Original file line number Diff line number Diff line change 2626
2727#define LSP_PLUGINS_TRIGGER_VERSION_MAJOR 1
2828#define LSP_PLUGINS_TRIGGER_VERSION_MINOR 0
29- #define LSP_PLUGINS_TRIGGER_VERSION_MICRO 29
29+ #define LSP_PLUGINS_TRIGGER_VERSION_MICRO 30
3030
3131#define LSP_PLUGINS_TRIGGER_VERSION \
3232 LSP_MODULE_VERSION ( \
You can’t perform that action at this time.
0 commit comments