diff --git a/CHANGELOG b/CHANGELOG index 667fe7a..0fa4341 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ * RECENT CHANGES ******************************************************************************* +=== 1.0.14 === +* Updated build scripts and dependencies. + === 1.0.13 === * Updated build scripts and dependencies. diff --git a/modules.mk b/modules.mk index 78cfc5c..c83b9cd 100644 --- a/modules.mk +++ b/modules.mk @@ -32,13 +32,13 @@ LSP_COMMON_LIB_TYPE := src LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME).git LSP_COMMON_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_COMMON_LIB_NAME).git -LSP_DSP_LIB_VERSION := 1.0.23 +LSP_DSP_LIB_VERSION := 1.0.24 LSP_DSP_LIB_NAME := lsp-dsp-lib LSP_DSP_LIB_TYPE := src LSP_DSP_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_LIB_NAME).git LSP_DSP_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_DSP_LIB_NAME).git -LSP_DSP_UNITS_VERSION := 1.0.22 +LSP_DSP_UNITS_VERSION := 1.0.23 LSP_DSP_UNITS_NAME := lsp-dsp-units LSP_DSP_UNITS_TYPE := src LSP_DSP_UNITS_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_UNITS_NAME).git @@ -86,26 +86,26 @@ LSP_TEST_FW_TYPE := src LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git LSP_TEST_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_TEST_FW_NAME).git -LSP_TK_LIB_VERSION := 1.0.21 +LSP_TK_LIB_VERSION := 1.0.22 LSP_TK_LIB_NAME := lsp-tk-lib LSP_TK_LIB_TYPE := src LSP_TK_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_TK_LIB_NAME).git LSP_TK_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_TK_LIB_NAME).git -LSP_WS_LIB_VERSION := 1.0.21 +LSP_WS_LIB_VERSION := 1.0.22 LSP_WS_LIB_NAME := lsp-ws-lib LSP_WS_LIB_TYPE := src LSP_WS_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_WS_LIB_NAME).git LSP_WS_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_WS_LIB_NAME).git # Plugin-related module dependencies -LSP_PLUGIN_FW_VERSION := 1.0.23 +LSP_PLUGIN_FW_VERSION := 1.0.24 LSP_PLUGIN_FW_NAME := lsp-plugin-fw LSP_PLUGIN_FW_TYPE := src LSP_PLUGIN_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGIN_FW_NAME).git LSP_PLUGIN_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_PLUGIN_FW_NAME).git -LSP_PLUGINS_SHARED_VERSION := 1.0.22 +LSP_PLUGINS_SHARED_VERSION := 1.0.23 LSP_PLUGINS_SHARED_NAME := lsp-plugins-shared LSP_PLUGINS_SHARED_TYPE := src LSP_PLUGINS_SHARED_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGINS_SHARED_NAME).git diff --git a/project.mk b/project.mk index b99e726..e4032d5 100644 --- a/project.mk +++ b/project.mk @@ -25,7 +25,7 @@ ARTIFACT_TYPE = plug ARTIFACT_DESC = LSP Noise Generator Plugin Series ARTIFACT_HEADERS = lsp-plug.in ARTIFACT_EXPORT_HEADERS = 0 -ARTIFACT_VERSION = 1.0.13 +ARTIFACT_VERSION = 1.0.14 diff --git a/src/main/meta/noise_generator.cpp b/src/main/meta/noise_generator.cpp index 10c8369..a75e2db 100644 --- a/src/main/meta/noise_generator.cpp +++ b/src/main/meta/noise_generator.cpp @@ -25,7 +25,7 @@ #define LSP_PLUGINS_NOISE_GENERATOR_VERSION_MAJOR 1 #define LSP_PLUGINS_NOISE_GENERATOR_VERSION_MINOR 0 -#define LSP_PLUGINS_NOISE_GENERATOR_VERSION_MICRO 13 +#define LSP_PLUGINS_NOISE_GENERATOR_VERSION_MICRO 14 #define LSP_PLUGINS_NOISE_GENERATOR_VERSION \ LSP_MODULE_VERSION( \