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 215a0f5 commit dce88cbCopy full SHA for dce88cb
CHANGELOG
@@ -8,6 +8,7 @@
8
* Fixed syntax error in C interface, covered with tests.
9
* Bugfix in horizontal summing functions (invalid register clobber list).
10
* Some AMD-related optimizations.
11
+* Updated module versions in dependencies.
12
13
=== 1.0.14 ===
14
* Implemented pcomplex_r2c instruction set.
modules.mk
@@ -19,7 +19,7 @@
19
#
20
21
# Variables that describe dependencies
22
-LSP_COMMON_LIB_VERSION := 1.0.30
+LSP_COMMON_LIB_VERSION := 1.0.31
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