Skip to content

Commit b018b2b

Browse files
committed
Updated module versions in dependencies
1 parent fd898b4 commit b018b2b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Implemented AVX2-optimized hsla_to_rgba and rgba_to_hsla functions.
77
* Implemented high-precision lanczos 2x, 3x, 4x, 6x and 8x oversampling functions.
88
* Updated build scripts.
9+
* Updated module versions in dependencies.
910

1011
=== 1.0.12 ===
1112
* Added series of functions for processing 1-bit, 2-bit, 4-bit and 8-bit grayscale

modules.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
#
2020

2121
# Variables that describe dependencies
22-
LSP_COMMON_LIB_VERSION := 1.0.28
22+
LSP_COMMON_LIB_VERSION := 1.0.29
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
2626
LSP_COMMON_LIB_URL_RW := [email protected]:lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2727

28-
LSP_TEST_FW_VERSION := 1.0.20
28+
LSP_TEST_FW_VERSION := 1.0.21
2929
LSP_TEST_FW_NAME := lsp-test-fw
3030
LSP_TEST_FW_TYPE := src
3131
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git

0 commit comments

Comments
 (0)