Skip to content

Commit b2ee1b8

Browse files
committed
Updated module versions in dependencies
1 parent ea7d85f commit b2ee1b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
=== 1.0.11 ===
66
* Small math optimizations for dsp::smooth_cubic_linear and dsp::smooth_cubic_log
77
functions.
8+
* Updated module versions in dependencies.
89

910
=== 1.0.10 ===
1011
* ARM NEON-optimized code compiles now only for at least ARMv6 architecture.

modules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020

2121
# Variables that describe dependencies
22-
LSP_COMMON_LIB_VERSION := 1.0.26
22+
LSP_COMMON_LIB_VERSION := 1.0.27
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

0 commit comments

Comments
 (0)