Skip to content

Commit 40b821a

Browse files
committed
Version up
1 parent 0fbc141 commit 40b821a

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* RECENT CHANGES
33
*******************************************************************************
44

5+
=== 1.0.31 ===
6+
7+
58
=== 1.0.30 ===
69
* Updated build scripts and dependencies.
710

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARTIFACT_TYPE = plug
2525
ARTIFACT_DESC = LSP Multiband Dynamic Processor Plugin Series
2626
ARTIFACT_HEADERS = lsp-plug.in
2727
ARTIFACT_EXPORT_HEADERS = 0
28-
ARTIFACT_VERSION = 1.0.30
28+
ARTIFACT_VERSION = 1.0.31-devel
2929

3030

3131

src/main/meta/mb_dyna_processor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#define LSP_PLUGINS_MB_DYNA_PROCESSOR_VERSION_MAJOR 1
2929
#define LSP_PLUGINS_MB_DYNA_PROCESSOR_VERSION_MINOR 0
30-
#define LSP_PLUGINS_MB_DYNA_PROCESSOR_VERSION_MICRO 30
30+
#define LSP_PLUGINS_MB_DYNA_PROCESSOR_VERSION_MICRO 31
3131

3232
#define LSP_PLUGINS_MB_DYNA_PROCESSOR_VERSION \
3333
LSP_MODULE_VERSION( \

0 commit comments

Comments
 (0)