Skip to content

Commit

Permalink
Release 1.0.20
Browse files Browse the repository at this point in the history
* Updated module versions in dependencies.
  • Loading branch information
sadko4u committed Oct 29, 2023
2 parents 98b475d + 4fbb65a commit 5676dcf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* RECENT CHANGES
*******************************************************************************

=== 1.0.20 ===
* Updated module versions in dependencies.

=== 1.0.19 ===
* Updated module versions in dependencies.

Expand Down
2 changes: 1 addition & 1 deletion include/lsp-plug.in/plug-fw/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define LSP_PLUGIN_FW_MAJOR 1
#define LSP_PLUGIN_FW_MINOR 0
#define LSP_PLUGIN_FW_MICRO 19
#define LSP_PLUGIN_FW_MICRO 20

#if defined(LSP_PLUGIN_FW_PUBLISHER)
#define LSP_PLUGIN_FW_PUBLIC LSP_EXPORT_MODIFIER
Expand Down
8 changes: 4 additions & 4 deletions modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
LSP_DSP_LIB_VERSION := 1.0.19
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.17
LSP_DSP_UNITS_VERSION := 1.0.18
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
Expand Down Expand Up @@ -86,13 +86,13 @@ 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.17
LSP_TK_LIB_VERSION := 1.0.18
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.17
LSP_WS_LIB_VERSION := 1.0.18
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
Expand Down
2 changes: 1 addition & 1 deletion project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ARTIFACT_NAME = lsp-plugin-fw
ARTIFACT_DESC = LSP Plugin Framework for building LSP Plugins
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_EXPORT_ALL = 1
ARTIFACT_VERSION = 1.0.19
ARTIFACT_VERSION = 1.0.20

0 comments on commit 5676dcf

Please sign in to comment.