We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f89680 commit 441c445Copy full SHA for 441c445
CHANGELOG
@@ -2,6 +2,9 @@
2
* RECENT CHANGES
3
*******************************************************************************
4
5
+=== 1.0.2 ===
6
+
7
8
=== 1.0.1 ===
9
* Updated build scripts and dependencies.
10
project.mk
@@ -25,7 +25,7 @@ ARTIFACT_TYPE = plug
25
ARTIFACT_DESC = LSP Audio Send Plugin
26
ARTIFACT_HEADERS = lsp-plug.in
27
ARTIFACT_EXPORT_HEADERS = 0
28
-ARTIFACT_VERSION = 1.0.1
+ARTIFACT_VERSION = 1.0.2-devel
29
30
31
src/main/meta/send.cpp
@@ -25,7 +25,7 @@
#define LSP_PLUGINS_SEND_VERSION_MAJOR 1
#define LSP_PLUGINS_SEND_VERSION_MINOR 0
-#define LSP_PLUGINS_SEND_VERSION_MICRO 1
+#define LSP_PLUGINS_SEND_VERSION_MICRO 2
#define LSP_PLUGINS_SEND_VERSION \
LSP_MODULE_VERSION( \
0 commit comments