File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
include/lsp-plug.in/test-fw 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.32 ===
6
+
7
+
5
8
=== 1.0.31 ===
6
9
* Updated build scripts.
7
10
Original file line number Diff line number Diff line change 25
25
// Define header version
26
26
#define LSP_TEST_FW_MAJOR 1
27
27
#define LSP_TEST_FW_MINOR 0
28
- #define LSP_TEST_FW_MICRO 31
28
+ #define LSP_TEST_FW_MICRO 32
29
29
30
30
#if defined(__WINDOWS__ ) || defined(__WIN32__ ) || defined(__WIN64__ ) || defined(_WIN64 ) || defined(_WIN32 ) || defined(__WINNT ) || defined(__WINNT__ )
31
31
#define LSP_TEST_FW_EXPORT_MODIFIER __declspec(dllexport)
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_TEST_FW
23
23
ARTIFACT_NAME = lsp-test-fw
24
24
ARTIFACT_DESC = Test framework for executing automated and manual tests
25
25
ARTIFACT_HEADERS = lsp-plug.in
26
- ARTIFACT_VERSION = 1.0.31
26
+ ARTIFACT_VERSION = 1.0.32-devel
27
27
ARTIFACT_EXPORT_SYMBOLS = 1
You can’t perform that action at this time.
0 commit comments