Skip to content

Commit 73fd7d8

Browse files
committed
Preparing for release
1 parent ca57c4d commit 73fd7d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*******************************************************************************
44

55
=== 1.0.5 ===
6-
- Implemented dsp::prgba32_set_alpha and dsp::pbgraa32_set_alpha functions.
6+
* Implemented dsp::prgba32_set_alpha and dsp::pbgraa32_set_alpha functions.
77
* Better assembly code form 32-bit ARM, now compatible with Clang.
88
* Better assembly code form 64-bit ARM, now compatible with Clang.
99
* Updated build scripts.

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.20
22+
LSP_COMMON_LIB_VERSION := 1.0.21
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.14
28+
LSP_TEST_FW_VERSION := 1.0.15
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

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ ARTIFACT_ID = LSP_DSP_LIB
2323
ARTIFACT_NAME = lsp-dsp-lib
2424
ARTIFACT_DESC = DSP library for digital signal processing
2525
ARTIFACT_HEADERS = lsp-plug.in
26-
ARTIFACT_VERSION = 1.0.5-devel
26+
ARTIFACT_VERSION = 1.0.5

0 commit comments

Comments
 (0)