Skip to content

Commit a1b437b

Browse files
committed
Preparing for release
1 parent f0c5e75 commit a1b437b

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG

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

55
=== 0.5.2 ===
6+
* Build updates.
67

78
=== 0.5.1 ===
89
* Modified base R3D interface constants and metadata structures.

dependencies.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Variables that describe dependencies
2-
LSP_COMMON_LIB_VERSION := 1.0.4
2+
LSP_COMMON_LIB_VERSION := 1.0.7
33
LSP_COMMON_LIB_NAME := lsp-common-lib
44
LSP_COMMON_LIB_URL := https://github.com/sadko4u/$(LSP_COMMON_LIB_NAME).git
55
LSP_COMMON_LIB_TYPE := hdr
66

7-
LSP_TEST_FW_VERSION := 1.0.3
7+
LSP_TEST_FW_VERSION := 1.0.5
88
LSP_TEST_FW_NAME := lsp-test-fw
99
LSP_TEST_FW_URL := https://github.com/sadko4u/$(LSP_TEST_FW_NAME).git
1010
LSP_TEST_FW_TYPE := src

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARTIFACT_NAME = lsp-r3d-base-lib
33
ARTIFACT_VARS = LSP_R3D_BASE_LIB
44
ARTIFACT_HEADERS = lsp-plug.in
55
ARTIFACT_EXPORT_ALL = 0
6-
ARTIFACT_VERSION = 0.5.2-devel
6+
ARTIFACT_VERSION = 0.5.2
77

88
# List of dependencies
99
TEST_DEPENDENCIES = \

src/Makefile.d

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
$(LSP_R3D_BASE_LIB_BIN)/main/base_backend.o: main/base_backend.cpp \
2+
$(LSP_R3D_BASE_LIB_INC)/lsp-plug.in/r3d/base.h \
3+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
4+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
5+
$(LSP_R3D_BASE_LIB_INC)/lsp-plug.in/r3d/version.h \
6+
$(LSP_R3D_BASE_LIB_INC)/lsp-plug.in/r3d/backend.h \
7+
$(LSP_R3D_BASE_LIB_INC)/lsp-plug.in/r3d/types.h \
8+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/status.h \
9+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/string.h
10+
$(LSP_R3D_BASE_LIB_BIN)/test/main.o: test/main.cpp \
11+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main.h \
12+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/version.h \
13+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
14+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h

0 commit comments

Comments
 (0)