Skip to content

Commit

Permalink
Updated module versions in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Dec 16, 2024
1 parent cefdca4 commit 50a8520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50a8520

Please sign in to comment.