File tree 3 files changed +5
-2
lines changed
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.1 ===
6
+
7
+
5
8
=== 1.0.0 ===
6
9
* Initial release.
7
10
* Updated build scripts and dependencies.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARTIFACT_TYPE = plug
25
25
ARTIFACT_DESC = LSP Audio Return Plugin
26
26
ARTIFACT_HEADERS = lsp-plug.in
27
27
ARTIFACT_EXPORT_HEADERS = 0
28
- ARTIFACT_VERSION = 1.0.0
28
+ ARTIFACT_VERSION = 1.0.1-devel
29
29
30
30
31
31
Original file line number Diff line number Diff line change 25
25
26
26
#define LSP_PLUGINS_RETURN_VERSION_MAJOR 1
27
27
#define LSP_PLUGINS_RETURN_VERSION_MINOR 0
28
- #define LSP_PLUGINS_RETURN_VERSION_MICRO 0
28
+ #define LSP_PLUGINS_RETURN_VERSION_MICRO 1
29
29
30
30
#define LSP_PLUGINS_RETURN_VERSION \
31
31
LSP_MODULE_VERSION ( \
You can’t perform that action at this time.
0 commit comments