File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
* Fixed Mid/Side conversion functions for AArch64 architecture (contributed by
10
10
marcan at GitHub).
11
11
* Updated build scripts.
12
+ * Updated module versions in dependencies.
12
13
13
14
=== 1.0.19 ===
14
15
* AVX2 optimization of search functions for maximum and minimum.
Original file line number Diff line number Diff line change 19
19
#
20
20
21
21
# Variables that describe dependencies
22
- LSP_COMMON_LIB_VERSION := 1.0.32
22
+ LSP_COMMON_LIB_VERSION := 1.0.33
23
23
LSP_COMMON_LIB_NAME := lsp-common-lib
24
24
LSP_COMMON_LIB_TYPE := src
25
25
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME ) .git
26
26
LSP_COMMON_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_COMMON_LIB_NAME ) .git
27
27
28
- LSP_TEST_FW_VERSION := 1.0.22
28
+ LSP_TEST_FW_VERSION := 1.0.23
29
29
LSP_TEST_FW_NAME := lsp-test-fw
30
30
LSP_TEST_FW_TYPE := src
31
31
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME ) .git
You can’t perform that action at this time.
0 commit comments