We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f54f0 commit 1f39929Copy full SHA for 1f39929
dependencies.mk
@@ -1,5 +1,5 @@
1
# Variables that describe dependencies
2
-LSP_COMMON_LIB_VERSION := 1.0.3
+LSP_COMMON_LIB_VERSION := 1.0.4
3
LSP_COMMON_LIB_NAME := lsp-common-lib
4
LSP_COMMON_LIB_URL := https://github.com/sadko4u/$(LSP_COMMON_LIB_NAME).git
5
LSP_COMMON_LIB_TYPE := hdr
project.mk
@@ -3,7 +3,7 @@ ARTIFACT_NAME = lsp-r3d-base-lib
ARTIFACT_VARS = LSP_R3D_BASE_LIB
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_EXPORT_ALL = 0
6
-VERSION = 0.5.1-devel
+VERSION = 0.5.1
7
8
# List of dependencies
9
TEST_DEPENDENCIES = \
0 commit comments