File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
include/lsp-plug.in/r3d/base Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
* RECENT CHANGES
3
3
*******************************************************************************
4
4
5
+ === 1.0.19 ===
6
+
7
+
5
8
=== 1.0.18 ===
6
9
* Updated build scripts.
7
10
* Updated module versions in dependencies.
Original file line number Diff line number Diff line change 24
24
25
25
#define LSP_R3D_BASE_LIB_MAJOR 1
26
26
#define LSP_R3D_BASE_LIB_MINOR 0
27
- #define LSP_R3D_BASE_LIB_MICRO 18
27
+ #define LSP_R3D_BASE_LIB_MICRO 19
28
28
29
29
#if defined(LSP_R3D_BASE_LIB_PUBLISHER )
30
30
#define LSP_R3D_BASE_LIB_PUBLIC LSP_EXPORT_MODIFIER
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_R3D_BASE_LIB
23
23
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
- ARTIFACT_VERSION = 1.0.18
26
+ ARTIFACT_VERSION = 1.0.19-devel
27
27
ARTIFACT_EXPORT_SYMBOLS = 0
You can’t perform that action at this time.
0 commit comments