We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7d85f commit b2ee1b8Copy full SHA for b2ee1b8
CHANGELOG
@@ -5,6 +5,7 @@
5
=== 1.0.11 ===
6
* Small math optimizations for dsp::smooth_cubic_linear and dsp::smooth_cubic_log
7
functions.
8
+* Updated module versions in dependencies.
9
10
=== 1.0.10 ===
11
* ARM NEON-optimized code compiles now only for at least ARMv6 architecture.
modules.mk
@@ -19,7 +19,7 @@
19
#
20
21
# Variables that describe dependencies
22
-LSP_COMMON_LIB_VERSION := 1.0.26
+LSP_COMMON_LIB_VERSION := 1.0.27
23
LSP_COMMON_LIB_NAME := lsp-common-lib
24
LSP_COMMON_LIB_TYPE := src
25
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME).git
0 commit comments