Skip to content

Commit 669a355

Browse files
committed
Version up
1 parent c85895d commit 669a355

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* RECENT CHANGES
33
*******************************************************************************
44

5+
=== 1.0.22 ===
6+
7+
58
=== 1.0.21 ===
69
* Implemented safer algorithm of loading sample when the underlying stream
710
does not know the actual number of frames in the stream.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// Define version of headers
2626
#define LSP_DSP_UNITS_MAJOR 1
2727
#define LSP_DSP_UNITS_MINOR 0
28-
#define LSP_DSP_UNITS_MICRO 21
28+
#define LSP_DSP_UNITS_MICRO 22
2929

3030
#if defined(LSP_DSP_UNITS_PUBLISHER)
3131
#define LSP_DSP_UNITS_PUBLIC LSP_EXPORT_MODIFIER

project.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_DSP_UNITS
2323
ARTIFACT_NAME = lsp-dsp-units
2424
ARTIFACT_DESC = High-level classes for performing DSP
2525
ARTIFACT_HEADERS = lsp-plug.in
26-
ARTIFACT_VERSION = 1.0.21
26+
ARTIFACT_VERSION = 1.0.22-devel
2727

0 commit comments

Comments
 (0)