Skip to content

Commit 50a8520

Browse files
committed
Updated module versions in dependencies
1 parent cefdca4 commit 50a8520

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Implemented abs_max2, abs_min2, abs_max3 and abs_min3 functions.
88
* Implemented sign_min, sign_max, sign_minmax functions.
99
* Updated build scripts.
10+
* Updated module versions in dependencies.
1011

1112
=== 1.0.27 ===
1213
* Updated build scripts.

modules.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
#
2020

2121
# Variables that describe dependencies
22-
LSP_COMMON_LIB_VERSION := 1.0.39
22+
LSP_COMMON_LIB_VERSION := 1.0.40
2323
LSP_COMMON_LIB_NAME := lsp-common-lib
2424
LSP_COMMON_LIB_TYPE := src
2525
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2626
LSP_COMMON_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2727

28-
LSP_TEST_FW_VERSION := 1.0.28
28+
LSP_TEST_FW_VERSION := 1.0.29
2929
LSP_TEST_FW_NAME := lsp-test-fw
3030
LSP_TEST_FW_TYPE := src
3131
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git

0 commit comments

Comments
 (0)