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
+ === 1.0.3 ===
6
+
5
7
=== 1.0.2 ===
6
8
* Updated build scripts.
7
9
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 2
27
+ #define LSP_R3D_BASE_LIB_MICRO 3
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,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.2
27
+ ARTIFACT_VERSION = 1.0.3-devel
You can’t perform that action at this time.
0 commit comments