File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
*******************************************************************************
4
4
5
5
=== 1.0.1 ===
6
+ * Updated build scripts.
6
7
7
8
=== 1.0.0 ===
8
9
* Updated build system.
Original file line number Diff line number Diff line change 19
19
#
20
20
21
21
# Variables that describe dependencies
22
- LSP_COMMON_LIB_VERSION := 1.0.15
22
+ LSP_COMMON_LIB_VERSION := 1.0.16
23
23
LSP_COMMON_LIB_NAME := lsp-common-lib
24
24
LSP_COMMON_LIB_TYPE := src
25
25
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME ) .git
26
26
LSP_COMMON_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_COMMON_LIB_NAME ) .git
27
27
28
- LSP_TEST_FW_VERSION := 1.0.9
28
+ LSP_TEST_FW_VERSION := 1.0.10
29
29
LSP_TEST_FW_NAME := lsp-test-fw
30
30
LSP_TEST_FW_TYPE := src
31
31
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME ) .git
32
32
LSP_TEST_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_TEST_FW_NAME ) .git
33
33
34
- LSP_R3D_IFACE_VERSION := 1.0.0
34
+ LSP_R3D_IFACE_VERSION := 1.0.1
35
35
LSP_R3D_IFACE_NAME := lsp-r3d-iface
36
36
LSP_R3D_IFACE_TYPE := src
37
37
LSP_R3D_IFACE_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_IFACE_NAME ) .git
@@ -40,4 +40,4 @@ LSP_R3D_IFACE_URL_RW := git@github.com:lsp-plugins/$(LSP_R3D_IFACE_NAME).g
40
40
LIBPTHREAD_VERSION := system
41
41
LIBPTHREAD_NAME := libpthread
42
42
LIBPTHREAD_TYPE := opt
43
- LIBPTHREAD_LDFLAGS := -lpthread
43
+ LIBPTHREAD_LDFLAGS := -lpthread
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ ARTIFACT_NAME = lsp-r3d-base-lib
24
24
ARTIFACT_DESC = Base library for implementing and loading 3D rendering backend
25
25
ARTIFACT_HEADERS = lsp-plug.in
26
26
ARTIFACT_EXPORT_ALL = 0
27
- ARTIFACT_VERSION = 1.0.1-devel
27
+ ARTIFACT_VERSION = 1.0.1
You can’t perform that action at this time.
0 commit comments