diff --git a/CHANGELOG b/CHANGELOG index 21c994a3..f8e6b0fd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ * RECENT CHANGES ******************************************************************************* +=== 1.0.15 === +* Updated module versions in dependencies. + === 1.0.14 === * Improved code base by using PVS Studio static code analyzer. * Fixed several issues reported by PVS Studio static analyzer. diff --git a/include/lsp-plug.in/tk/version.h b/include/lsp-plug.in/tk/version.h index e6091da0..53815d1c 100644 --- a/include/lsp-plug.in/tk/version.h +++ b/include/lsp-plug.in/tk/version.h @@ -24,7 +24,7 @@ #define LSP_TK_LIB_MAJOR 1 #define LSP_TK_LIB_MINOR 0 -#define LSP_TK_LIB_MICRO 14 +#define LSP_TK_LIB_MICRO 15 #if defined(LSP_TK_LIB_PUBLISHER) #define LSP_TK_LIB_PUBLIC LSP_EXPORT_MODIFIER diff --git a/modules.mk b/modules.mk index dec1a2bc..0b37537a 100644 --- a/modules.mk +++ b/modules.mk @@ -67,13 +67,13 @@ LSP_R3D_WGL_LIB_TYPE := src LSP_R3D_WGL_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_WGL_LIB_NAME).git LSP_R3D_WGL_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_R3D_WGL_LIB_NAME).git -LSP_WS_LIB_VERSION := 1.0.14 +LSP_WS_LIB_VERSION := 1.0.15 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 -LSP_DSP_LIB_VERSION := 1.0.15 +LSP_DSP_LIB_VERSION := 1.0.16 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 867583fd..9b911d51 100644 --- a/project.mk +++ b/project.mk @@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_TK_LIB ARTIFACT_NAME = lsp-tk-lib ARTIFACT_DESC = Graphical toolkit library for Linux Studio Plugins Project ARTIFACT_HEADERS = lsp-plug.in -ARTIFACT_VERSION = 1.0.14 +ARTIFACT_VERSION = 1.0.15 ARTIFACT_EXPORT_ALL = 1