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 e33b27c commit a4663dbCopy full SHA for a4663db
3 files changed
CHANGELOG
@@ -2,6 +2,9 @@
2
* RECENT CHANGES
3
*******************************************************************************
4
5
+=== 1.0.11 ===
6
+
7
8
=== 1.0.10 ===
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.10
+ARTIFACT_VERSION = 1.0.11-devel
29
30
31
src/main/meta/send.cpp
@@ -26,7 +26,7 @@
#define LSP_PLUGINS_SEND_VERSION_MAJOR 1
#define LSP_PLUGINS_SEND_VERSION_MINOR 0
-#define LSP_PLUGINS_SEND_VERSION_MICRO 10
+#define LSP_PLUGINS_SEND_VERSION_MICRO 11
#define LSP_PLUGINS_SEND_VERSION \
32
LSP_MODULE_VERSION( \
0 commit comments