Skip to content

Commit dce88cb

Browse files
committed
Updated module versions in dependencies
1 parent 215a0f5 commit dce88cb

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
@@ -8,6 +8,7 @@
88
* Fixed syntax error in C interface, covered with tests.
99
* Bugfix in horizontal summing functions (invalid register clobber list).
1010
* Some AMD-related optimizations.
11+
* Updated module versions in dependencies.
1112

1213
=== 1.0.14 ===
1314
* Implemented pcomplex_r2c instruction set.

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.30
22+
LSP_COMMON_LIB_VERSION := 1.0.31
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)