Skip to content

Commit 9bbb461

Browse files
committed
Preparing for release
1 parent 803fe9c commit 9bbb461

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

dependencies.mk

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

2121
# Variables that describe dependencies
22-
LSP_COMMON_LIB_VERSION := 1.0.12
22+
LSP_COMMON_LIB_VERSION := 1.0.14
2323
LSP_COMMON_LIB_NAME := lsp-common-lib
2424
LSP_COMMON_LIB_TYPE := src
25-
LSP_COMMON_LIB_URL := [email protected]:sadko4u/$(LSP_COMMON_LIB_NAME).git
25+
LSP_COMMON_LIB_URL := [email protected]:lsp-plugins/$(LSP_COMMON_LIB_NAME).git
2626

27-
LSP_TEST_FW_VERSION := 1.0.7
27+
LSP_TEST_FW_VERSION := 1.0.8
2828
LSP_TEST_FW_NAME := lsp-test-fw
2929
LSP_TEST_FW_TYPE := src
30-
LSP_TEST_FW_URL := [email protected]:sadko4u/$(LSP_TEST_FW_NAME).git
30+
LSP_TEST_FW_URL := [email protected]:lsp-plugins/$(LSP_TEST_FW_NAME).git
3131

3232
LIBPTHREAD_VERSION := system
3333
LIBPTHREAD_NAME := libpthread

make/configure.mk

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ ifeq ($(findstring -devel,$(ARTIFACT_VERSION)),-devel)
5454
tmp_version :=$(shell echo "$(ARTIFACT_VERSION)" | sed s/-devel//g)
5555
ARTIFACT_VERSION=$(tmp_version)
5656
else
57-
$(foreach dep, $(DEPENDENCIES), \
58-
$(eval \
59-
$(dep)_BRANCH="$($(dep)_VERSION)" \
60-
) \
57+
$(foreach dep,$(DEPENDENCIES),\
58+
$(eval $(dep)_BRANCH="$($(dep)_VERSION)") \
6159
)
6260
endif
6361

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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 = 0.5.14-devel
26+
ARTIFACT_VERSION = 0.5.14
2727

2828
# List of dependencies
2929
DEPENDENCIES = \

0 commit comments

Comments
 (0)