File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
include/lsp-plug.in/r3d/base Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
* RECENT CHANGES
3
3
*******************************************************************************
4
4
5
+ === 0.5.5 ===
6
+
5
7
=== 0.5.4 ===
6
8
* Split all interface code into lsp-r3d-iface.
7
9
Original file line number Diff line number Diff line change 24
24
25
25
#define LSP_R3D_BASE_LIB_MAJOR 0
26
26
#define LSP_R3D_BASE_LIB_MINOR 5
27
- #define LSP_R3D_BASE_LIB_MICRO 4
27
+ #define LSP_R3D_BASE_LIB_MICRO 5
28
28
29
29
#ifdef LSP_R3D_BASE_LIB_BUILTIN
30
30
#define LSP_R3D_BASE_LIB_EXPORT
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ARTIFACT_DESC = Base library for implementing and loading 3D rende
24
24
ARTIFACT_VARS = LSP_R3D_BASE_LIB
25
25
ARTIFACT_HEADERS = lsp-plug.in
26
26
ARTIFACT_EXPORT_ALL = 0
27
- ARTIFACT_VERSION = 0.5.4
27
+ ARTIFACT_VERSION = 0.5.5-devel
28
28
29
29
# List of dependencies
30
30
TEST_DEPENDENCIES = \
You can’t perform that action at this time.
0 commit comments