From 50a85209d45d9c3803218aa62b486b6f6206578e Mon Sep 17 00:00:00 2001 From: Vladimir Sadovnikov Date: Tue, 17 Dec 2024 00:32:08 +0300 Subject: [PATCH] Updated module versions in dependencies --- CHANGELOG | 1 + modules.mk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3d4aa418..608e760d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ * Implemented abs_max2, abs_min2, abs_max3 and abs_min3 functions. * Implemented sign_min, sign_max, sign_minmax functions. * Updated build scripts. +* Updated module versions in dependencies. === 1.0.27 === * Updated build scripts. diff --git a/modules.mk b/modules.mk index e50ec5d8..5f717f49 100644 --- a/modules.mk +++ b/modules.mk @@ -19,13 +19,13 @@ # # Variables that describe dependencies -LSP_COMMON_LIB_VERSION := 1.0.39 +LSP_COMMON_LIB_VERSION := 1.0.40 LSP_COMMON_LIB_NAME := lsp-common-lib 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_TEST_FW_VERSION := 1.0.28 +LSP_TEST_FW_VERSION := 1.0.29 LSP_TEST_FW_NAME := lsp-test-fw LSP_TEST_FW_TYPE := src LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git