Skip to content

Commit c1e9a52

Browse files
committed
Version up
1 parent c9b1461 commit c1e9a52

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG

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

5+
=== 0.5.7 ===
6+
57
=== 0.5.6 ===
68
* Added build of static library.
79
* Source code now more properly references LGPL3+ license.

include/lsp-plug.in/dsp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// Define version of headers
2626
#define LSP_DSP_LIB_MAJOR 0
2727
#define LSP_DSP_LIB_MINOR 5
28-
#define LSP_DSP_LIB_MICRO 6
28+
#define LSP_DSP_LIB_MICRO 7
2929

3030
#ifdef LSP_DSP_LIB_BUILTIN
3131
#define LSP_DSP_LIB_CPPEXPORT

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARTIFACT_DESC = DSP library for digital signal processing
2323
ARTIFACT_NAME = lsp-dsp-lib
2424
ARTIFACT_VARS = LSP_DSP_LIB
2525
ARTIFACT_HEADERS = lsp-plug.in
26-
ARTIFACT_VERSION = 0.5.6
26+
ARTIFACT_VERSION = 0.5.7-devel
2727

2828
# List of dependencies
2929
TEST_DEPENDENCIES = \

0 commit comments

Comments
 (0)