Skip to content

Commit 987e592

Browse files
committed
Release 1.0.9
* Updated module versions in dependencies.
2 parents 0fe5cbb + 85bdbe8 commit 987e592

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* RECENT CHANGES
33
*******************************************************************************
44

5+
=== 1.0.9 ===
6+
* Updated module versions in dependencies.
7+
58
=== 1.0.8 ===
69
* Added CLAP plugin format support.
710
* Changed VST parameter normalized value mapping for logarithmic parameters.

include/lsp-plug.in/plug-fw/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#define LSP_PLUGIN_FW_MAJOR 1
2626
#define LSP_PLUGIN_FW_MINOR 0
27-
#define LSP_PLUGIN_FW_MICRO 8
27+
#define LSP_PLUGIN_FW_MICRO 9
2828

2929
#if defined(LSP_PLUGIN_FW_PUBLISHER)
3030
#define LSP_PLUGIN_FW_PUBLIC LSP_EXPORT_MODIFIER

modules.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020

2121
# Variables that describe dependencies
22-
LSP_3RD_PARTY_VERSION := 1.0.5
22+
LSP_3RD_PARTY_VERSION := 1.0.6
2323
LSP_3RD_PARTY_NAME := lsp-3rd-party
2424
LSP_3RD_PARTY_TYPE := hdr
2525
LSP_3RD_PARTY_URL_RO := https://github.com/lsp-plugins/$(LSP_3RD_PARTY_NAME).git
@@ -61,13 +61,13 @@ LSP_R3D_IFACE_TYPE := src
6161
LSP_R3D_IFACE_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_IFACE_NAME).git
6262
LSP_R3D_IFACE_URL_RW := [email protected]:lsp-plugins/$(LSP_R3D_IFACE_NAME).git
6363

64-
LSP_R3D_GLX_LIB_VERSION := 1.0.7
64+
LSP_R3D_GLX_LIB_VERSION := 1.0.8
6565
LSP_R3D_GLX_LIB_NAME := lsp-r3d-glx-lib
6666
LSP_R3D_GLX_LIB_TYPE := bin
6767
LSP_R3D_GLX_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_GLX_LIB_NAME).git
6868
LSP_R3D_GLX_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_R3D_GLX_LIB_NAME).git
6969

70-
LSP_R3D_WGL_LIB_VERSION := 1.0.2
70+
LSP_R3D_WGL_LIB_VERSION := 1.0.3
7171
LSP_R3D_WGL_LIB_NAME := lsp-r3d-wgl-lib
7272
LSP_R3D_WGL_LIB_TYPE := bin
7373
LSP_R3D_WGL_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_WGL_LIB_NAME).git

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ ARTIFACT_NAME = lsp-plugin-fw
2424
ARTIFACT_DESC = LSP Plugin Framework for building LSP Plugins
2525
ARTIFACT_HEADERS = lsp-plug.in
2626
ARTIFACT_EXPORT_ALL = 1
27-
ARTIFACT_VERSION = 1.0.8
27+
ARTIFACT_VERSION = 1.0.9

0 commit comments

Comments
 (0)