File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
include/lsp-plug.in/shared Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22* RECENT CHANGES
33*******************************************************************************
44
5+ === 1.0.26 ===
6+ * Updated module versions in dependencies.
7+
58=== 1.0.25 ===
69* Updated module versions in dependencies.
710
Original file line number Diff line number Diff line change 2424
2525#define LSP_PLUGINS_SHARED_MAJOR 1
2626#define LSP_PLUGINS_SHARED_MINOR 0
27- #define LSP_PLUGINS_SHARED_MICRO 25
27+ #define LSP_PLUGINS_SHARED_MICRO 26
2828
2929#ifdef LSP_LLTL_LIB_BUILTIN
3030 #define LSP_PLUGINS_SHARED_EXPORT
Original file line number Diff line number Diff line change 1919#
2020
2121# Variables that describe dependencies
22- LSP_COMMON_LIB_VERSION := 1.0.38
22+ LSP_COMMON_LIB_VERSION := 1.0.39
2323LSP_COMMON_LIB_NAME := lsp-common-lib
2424LSP_COMMON_LIB_TYPE := src
2525LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME ) .git
2626LSP_COMMON_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_COMMON_LIB_NAME ) .git
2727
28- LSP_TEST_FW_VERSION := 1.0.27
28+ LSP_TEST_FW_VERSION := 1.0.28
2929LSP_TEST_FW_NAME := lsp-test-fw
3030LSP_TEST_FW_TYPE := src
3131LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME ) .git
3232LSP_TEST_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_TEST_FW_NAME ) .git
3333
34- LSP_PLUGIN_FW_VERSION := 1.0.26
34+ LSP_PLUGIN_FW_VERSION := 1.0.27
3535LSP_PLUGIN_FW_NAME := lsp-plugin-fw
3636LSP_PLUGIN_FW_TYPE := src
3737LSP_PLUGIN_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGIN_FW_NAME ) .git
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARTIFACT_ID = LSP_PLUGINS_SHARED
2323ARTIFACT_NAME = lsp-plugins-shared
2424ARTIFACT_DESC = Shared resources for LSP Plugins
2525ARTIFACT_HEADERS = lsp-plug.in
26- ARTIFACT_VERSION = 1.0.25
26+ ARTIFACT_VERSION = 1.0.26
2727ARTIFACT_EXPORT_ALL = 1
2828
2929# Weak property
You can’t perform that action at this time.
0 commit comments