diff --git a/CHANGELOG b/CHANGELOG index d581eec..d7b5b86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ * RECENT CHANGES ******************************************************************************* +=== 1.0.17 === +* Updated module versions in dependencies. + === 1.0.16 === * Updated module versions in dependencies. diff --git a/include/lsp-plug.in/ws/version.h b/include/lsp-plug.in/ws/version.h index e2fbf13..e60ae39 100644 --- a/include/lsp-plug.in/ws/version.h +++ b/include/lsp-plug.in/ws/version.h @@ -24,7 +24,7 @@ #define LSP_WS_LIB_MAJOR 1 #define LSP_WS_LIB_MINOR 0 -#define LSP_WS_LIB_MICRO 16 +#define LSP_WS_LIB_MICRO 17 #if defined(LSP_WS_LIB_PUBLISHER) #define LSP_WS_LIB_PUBLIC LSP_EXPORT_MODIFIER diff --git a/modules.mk b/modules.mk index 7e0d21b..aef5a1a 100644 --- a/modules.mk +++ b/modules.mk @@ -26,7 +26,7 @@ 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.17 +LSP_DSP_LIB_VERSION := 1.0.18 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 diff --git a/project.mk b/project.mk index 2d59a13..f54373f 100644 --- a/project.mk +++ b/project.mk @@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_WS_LIB ARTIFACT_NAME = lsp-ws-lib ARTIFACT_DESC = LSP window subsystem core library ARTIFACT_HEADERS = lsp-plug.in -ARTIFACT_VERSION = 1.0.16 +ARTIFACT_VERSION = 1.0.17