Skip to content

Commit 5da78f5

Browse files
committed
Preparing for release
1 parent c41b095 commit 5da78f5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

dependencies.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.9
22+
LSP_COMMON_LIB_VERSION := 1.0.10
2323
LSP_COMMON_LIB_NAME := lsp-common-lib
2424
LSP_COMMON_LIB_TYPE := hdr
2525
LSP_COMMON_LIB_URL := https://github.com/sadko4u/$(LSP_COMMON_LIB_NAME).git

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ARTIFACT_DESC = Base library for implementing and loading 3D rende
2424
ARTIFACT_VARS = LSP_R3D_BASE_LIB
2525
ARTIFACT_HEADERS = lsp-plug.in
2626
ARTIFACT_EXPORT_ALL = 0
27-
ARTIFACT_VERSION = 0.5.4-devel
27+
ARTIFACT_VERSION = 0.5.4
2828

2929
# List of dependencies
3030
TEST_DEPENDENCIES = \

src/Makefile.d

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ $(LSP_R3D_BASE_LIB_BIN)/main/base_backend.o: main/base_backend.cpp \
88
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h \
99
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/status.h \
1010
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/string.h
11-
$(LSP_R3D_BASE_LIB_BIN)/test/main.o: test/main.cpp
11+
$(LSP_R3D_BASE_LIB_BIN)/test/main.o: test/main.cpp \
12+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main.h \
13+
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/version.h \
14+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/types.h \
15+
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/version.h

0 commit comments

Comments
 (0)